dev-qt/qtwebkit: Fix USE=-opengl by disabling tools
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 4 Sep 2018 18:31:58 +0000 (20:31 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 4 Sep 2018 18:39:35 +0000 (20:39 +0200)
Closes: https://bugs.gentoo.org/662198
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild

index 98972468ba2d5b287b3814ac06b2d2f3484ee678..0737da5601f179a1950cb698a66b2bbc4f7cb32b 100644 (file)
@@ -106,6 +106,7 @@ src_configure() {
        local mycmakeargs=(
                -DPORT=Qt
                -DENABLE_API_TESTS=OFF
+               -DENABLE_TOOLS=OFF
                -DENABLE_GEOLOCATION=$(usex geolocation)
                -DUSE_GSTREAMER=$(usex gstreamer)
                -DENABLE_JIT=$(usex jit)