Skip to content

Commit

Permalink
debian packaging: include internal webkit bindings in yakkety
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 9, 2016
1 parent ea529c5 commit 56f6c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -125,7 +125,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
endif

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

Expand Down

0 comments on commit 56f6c24

Please sign in to comment.