Skip to content

Commit

Permalink
debian packing build with webkit on xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 22, 2016
1 parent 791b2c3 commit e8bac30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control.in
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -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

Expand Down

0 comments on commit e8bac30

Please sign in to comment.