debian packing build with webkit on xenial

This commit is contained in:
Juergen E. Fischer 2016-07-22 14:07:07 +02:00
parent 791b2c3919
commit e8bac30230
2 changed files with 2 additions and 2 deletions

2
debian/control.in vendored
View File

@ -28,7 +28,7 @@ Build-Depends:
libqt4-opengl-dev,
libqca2-dev,
libqca2-plugin-ossl,
#wheezy jessie precise trusty utopic vivid wily# libqtwebkit-dev,
#wheezy jessie precise trusty utopic vivid wily xenial# libqtwebkit-dev,
#stretch jessie wheezy# libqwt-dev,
#precise trusty wily xenial sid# libqwt5-qt4-dev,
#sid stretch jessie wheezy trusty wily xenial# libqjson-dev,

2
debian/rules vendored
View File

@ -124,7 +124,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
endif
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch xenial"))
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
CMAKE_OPTS += -DWITH_QTWEBKIT=FALSE
endif