Skip to content
Permalink
Browse files
debian packaging: fix natty build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14773 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 26, 2010
1 parent c61f14a commit c509b06
Showing 1 changed file with 4 additions and 0 deletions.
@@ -32,6 +32,10 @@ CMAKE_OPTS := \
-D WITH_MAPSERVER=TRUE \
-D QGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin

ifneq (,$(findstring $(DISTRIBUTION),"natty"))
CMAKE_OPTS += -D QT_QTWEBKIT_INCLUDE_DIR=/usr/include/QtWebKit
endif

#ifeq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty sid"))
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
#else

0 comments on commit c509b06

Please sign in to comment.