media-libs/libepoxy: Don't build tests unless USE=test is enabled
authorJames Le Cuirot <chewi@gentoo.org>
Sat, 17 Aug 2019 18:05:12 +0000 (19:05 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sat, 17 Aug 2019 18:50:01 +0000 (19:50 +0100)
They actually fail to build on my ARM system but that's another story.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
media-libs/libepoxy/libepoxy-1.5.3-r1.ebuild
media-libs/libepoxy/libepoxy-9999.ebuild

index 9733adb8ca9f750bd1c60f4db43c38115875a953..a4335f623af9ee3064a6bbe8b3ff73a91136e1f4 100644 (file)
@@ -43,6 +43,7 @@ multilib_src_configure() {
                -Degl=$(usex egl)
                -Dglx=$(usex X)
                -Dx11=$(usex X true false)
+               -Dtests=$(usex test true false)
        )
        meson_src_configure
 }
index 4bdbc19dd236971f31c3d397a943453533726cce..c8ed8a6047e1136db1cb14c246e6cef9f516b3c2 100644 (file)
@@ -43,6 +43,7 @@ multilib_src_configure() {
                -Degl=$(usex egl)
                -Dglx=$(usex X)
                -Dx11=$(usex X true false)
+               -Dtests=$(usex test true false)
        )
        meson_src_configure
 }