commit:     268537c4b0e9adaae5f30320765bc54375a99e97
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 18:35:23 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep  4 18:39:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268537c4

dev-qt/qtwebkit: Add missing USE=printsupport handling

Closes: https://bugs.gentoo.org/660600
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
index 0737da5601f..038f92f9ecc 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild
@@ -113,6 +113,7 @@ src_configure() {
                -DUSE_QT_MULTIMEDIA=$(usex multimedia)
                -DENABLE_NETSCAPE_PLUGIN_API=$(usex nsplugin)
                -DENABLE_OPENGL=$(usex opengl)
+               -DENABLE_PRINT_SUPPORT=$(usex printsupport)
                -DENABLE_DEVICE_ORIENTATION=$(usex orientation)
                -DENABLE_WEBKIT2=$(usex qml)
                $(cmake-utils_use_find_package webp WebP)

Reply via email to