Skip to content

Commit 491f6f8

Browse files
committedJul 22, 2016
debian packing build with webkit on xenial
(cherry picked from commit e8bac30)
1 parent 67087c1 commit 491f6f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Build-Depends:
2828
libqt4-opengl-dev,
2929
libqca2-dev,
3030
libqca2-plugin-ossl,
31-
#wheezy jessie precise trusty utopic vivid wily# libqtwebkit-dev,
31+
#wheezy jessie precise trusty utopic vivid wily xenial# libqtwebkit-dev,
3232
#stretch jessie wheezy# libqwt-dev,
3333
#precise trusty wily xenial sid# libqwt5-qt4-dev,
3434
#sid stretch jessie wheezy trusty wily xenial# libqjson-dev,

‎debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
124124
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
125125
endif
126126

127-
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch xenial"))
127+
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
128128
CMAKE_OPTS += -DWITH_QTWEBKIT=FALSE
129129
endif
130130

0 commit comments

Comments
 (0)
Please sign in to comment.