summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-08-17 19:05:12 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-08-17 19:50:01 +0100
commit7ea08e67beedbe85b1f72c0c8e8f71e1ce0af7bb (patch)
tree6fc8228163805c217597464f91141e2904f999e1 /media-libs/libepoxy/libepoxy-1.5.3-r1.ebuild
parentdev-db/mysql: use system's protobuf (diff)
downloadgentoo-7ea08e67beedbe85b1f72c0c8e8f71e1ce0af7bb.tar.gz
gentoo-7ea08e67beedbe85b1f72c0c8e8f71e1ce0af7bb.tar.bz2
gentoo-7ea08e67beedbe85b1f72c0c8e8f71e1ce0af7bb.zip
media-libs/libepoxy: Don't build tests unless USE=test is enabled
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>
Diffstat (limited to 'media-libs/libepoxy/libepoxy-1.5.3-r1.ebuild')
-rw-r--r--media-libs/libepoxy/libepoxy-1.5.3-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libepoxy/libepoxy-1.5.3-r1.ebuild b/media-libs/libepoxy/libepoxy-1.5.3-r1.ebuild
index 9733adb8ca9f..a4335f623af9 100644
--- a/media-libs/libepoxy/libepoxy-1.5.3-r1.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.5.3-r1.ebuild
@@ -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
}