Skip to content

Commit f52c2b3

Browse files
committedJun 2, 2016
also disable webkit on xenial (followup 38f6ace)
1 parent 50fd2b1 commit f52c2b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎debian/rules

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,11 @@ ifneq (,$(findstring $(DISTRIBUTION),"wheezy precise"))
121121
endif
122122

123123
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
124-
CMAKE_OPTS += \
125-
-DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so \
126-
-DWITH_QTWEBKIT=FALSE
124+
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
125+
endif
126+
127+
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch xenial"))
128+
CMAKE_OPTS += -DWITH_QTWEBKIT=FALSE
127129
endif
128130

129131
ifneq (,$(findstring $(DISTRIBUTION),"sid"))

0 commit comments

Comments
 (0)
Please sign in to comment.