remove obsolete dependencies

pull/3471/head
kallaballa 2 years ago
parent 409f8c5197
commit d1a88193c4
  1. 8
      Makefile
  2. 1
      src/common/subsystems.hpp

@ -6,12 +6,7 @@ LIBS := -lnanogui
DESTDIR := /
PREFIX := /usr/local
ifdef GCV_ONLY_X11
CXXFLAGS += -D_GCV_ONLY_X11 `pkg-config --cflags egl opencv4 glew`
LIBS += `pkg-config --libs egl opencv4 glew`
else
LIBS += `pkg-config --libs egl glfw3 opencv4 glew`
endif
LIBS += `pkg-config --libs glfw3 opencv4 glew`
all: release
@ -37,7 +32,6 @@ asan: dirs
clean: dirs
export GCV_ONLY_X11
export LDFLAGS
export CXXFLAGS
export LIBS

@ -8,7 +8,6 @@
#include <filesystem>
#include <thread>
#include <opencv2/opencv.hpp>
#include "opencv2/core/va_intel.hpp"
#include <opencv2/videoio.hpp>
#define NANOGUI_USE_OPENGL
#include <nanogui/nanogui.h>

Loading…
Cancel
Save