Skip to content

Commit d3338bb

Browse files
author
jef
committed
debian packaging: fix natty build
git-svn-id: http://svn.osgeo.org/qgis/trunk@14773 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d4970e7 commit d3338bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

debian/rules

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ CMAKE_OPTS := \
3232
-D WITH_MAPSERVER=TRUE \
3333
-D QGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin
3434

35+
ifneq (,$(findstring $(DISTRIBUTION),"natty"))
36+
CMAKE_OPTS += -D QT_QTWEBKIT_INCLUDE_DIR=/usr/include/QtWebKit
37+
endif
38+
3539
#ifeq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty sid"))
3640
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
3741
#else

0 commit comments

Comments
 (0)