Skip to content

Commit

Permalink
fix 4cbcfbb
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 7, 2019
1 parent 13cd3d6 commit cb0cc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -109,12 +109,12 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid buster"))
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
endif

ifneq (,$(findstring $(DISTRIBUTION),"sid buster bionic disco"))
ifneq (,$(findstring $(DISTRIBUTION),"sid buster bionic disco eoan"))
CMAKE_OPTS += \
-DWITH_3D=TRUE \
-DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so

ifneq (,$(findstring $(DISTRIBUTION),"sid buster disco"))
ifneq (,$(findstring $(DISTRIBUTION),"sid buster disco eoan"))
# Qt3DExtras intentionally removed from debian (#895386) and in turn ubuntu
CMAKE_OPTS += \
-DCMAKE_PREFIX_PATH=$(realpath external/qt3dextra-headers/cmake) \
Expand Down

0 comments on commit cb0cc43

Please sign in to comment.