diff options
Diffstat (limited to 'graphics/colmap')
-rw-r--r-- | graphics/colmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 54fffa312e2c..eaf9a33fca5e 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -27,7 +27,8 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libfreeimage.so:graphics/freeimage \ libceres.so:math/ceres-solver -USES= cmake compiler:${OPENMP}c++11-lib eigen:3 localbase qt:5 sqlite +USES= cmake compiler:${OPENMP}c++11-lib eigen:3 gl localbase qt:5 \ + sqlite USE_GITHUB= yes USE_GL= gl glew USE_QT= qmake_build buildtools_build core gui opengl_build widgets |