remove unecessary dependency

pull/3471/head
kallaballa 2 years ago
parent 40e4d796ed
commit 3fba3bd500
  1. 2
      src/nanovg/Makefile

@ -9,7 +9,7 @@ DEPS := ${SRCS:.cpp=.dep}
CXXFLAGS += -fpic `pkg-config --cflags egl opencv4 libva-drm glew` CXXFLAGS += -fpic `pkg-config --cflags egl opencv4 libva-drm glew`
LDFLAGS += LDFLAGS +=
LIBS += -lm `pkg-config --libs egl opencv4 libva-drm glew` -lnanovg -lrtmidi LIBS += -lm `pkg-config --libs egl opencv4 libva-drm glew` -lnanovg
.PHONY: all release debug clean distclean .PHONY: all release debug clean distclean
all: release all: release

Loading…
Cancel
Save