graphics/cairomm: make sure boost isnt picked up if found

reported by and ok tb@
This commit is contained in:
landry
2024-12-03 14:28:26 +00:00
parent d7c1d75e5f
commit 1916cb9dbb
+4
View File
@@ -28,6 +28,10 @@ MODULES= devel/meson
LIB_DEPENDS= graphics/cairo \
devel/libsigc++-2
# avoid picking up boost for tests
CONFIGURE_ARGS = -Dboost-shared=false \
-Dbuild-tests=false
# c++11
COMPILER = base-clang ports-gcc