diff options
author | 2019-08-17 19:05:12 +0100 | |
---|---|---|
committer | 2019-08-17 19:50:01 +0100 | |
commit | 7ea08e67beedbe85b1f72c0c8e8f71e1ce0af7bb (patch) | |
tree | 6fc8228163805c217597464f91141e2904f999e1 | |
parent | dev-db/mysql: use system's protobuf (diff) | |
download | gentoo-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>
-rw-r--r-- | media-libs/libepoxy/libepoxy-1.5.3-r1.ebuild | 1 | ||||
-rw-r--r-- | media-libs/libepoxy/libepoxy-9999.ebuild | 1 |
2 files changed, 2 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 } diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 4bdbc19dd236..c8ed8a6047e1 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.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 } |