mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Fix build on cosmic
This commit is contained in:
parent
b66a6430be
commit
22ba501642
3
debian/rules
vendored
3
debian/rules
vendored
@ -102,7 +102,8 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid buster stretch"))
|
||||
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"artful bionic"))
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"artful bionic cosmic"))
|
||||
# Only on ubuntu - Qt3DExtras intentionally removed from debian (#895386)
|
||||
CMAKE_OPTS += \
|
||||
-DWITH_3D=TRUE \
|
||||
-DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user