We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4970e7 commit d3338bbCopy full SHA for d3338bb
debian/rules
@@ -32,6 +32,10 @@ CMAKE_OPTS := \
32
-D WITH_MAPSERVER=TRUE \
33
-D QGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin
34
35
+ifneq (,$(findstring $(DISTRIBUTION),"natty"))
36
+ CMAKE_OPTS += -D QT_QTWEBKIT_INCLUDE_DIR=/usr/include/QtWebKit
37
+endif
38
+
39
#ifeq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty sid"))
40
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
41
#else
0 commit comments