Skip to content

Commit

Permalink
dev-qt/qtwebkit: Fix build with !hyphen
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/666752
Reported-by: David Flogeras <[email protected]>
Thanks-to: Alexander Sergeyev <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
a17r committed Oct 19, 2018
1 parent 87025b4 commit 1d579b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -109,6 +109,7 @@ src_configure() {
-DENABLE_TOOLS=OFF
-DENABLE_GEOLOCATION=$(usex geolocation)
-DUSE_GSTREAMER=$(usex gstreamer)
-DUSE_LIBHYPHEN=$(usex hyphen)
-DENABLE_JIT=$(usex jit)
-DUSE_QT_MULTIMEDIA=$(usex multimedia)
-DENABLE_NETSCAPE_PLUGIN_API=$(usex nsplugin)
Expand Down

0 comments on commit 1d579b1

Please sign in to comment.