Skip to content

Commit 56f6c24

Browse files
committedNov 9, 2016
debian packaging: include internal webkit bindings in yakkety
1 parent ea529c5 commit 56f6c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎debian/rules

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

128-
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
128+
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch yakkety"))
129129
CMAKE_OPTS += -DWITH_INTERNAL_WEBKIT_BINDINGS=TRUE
130130
endif
131131

0 commit comments

Comments
 (0)
Please sign in to comment.