diff options
author | 2018-06-15 04:03:39 +0300 | |
---|---|---|
committer | 2018-06-16 21:24:30 +0300 | |
commit | eadca9127361ddc76be250536ae9849eb3fe88d7 (patch) | |
tree | 4b1fbf4e2c4711437f87c406ea4cd03aca1f53d8 /media-libs | |
parent | media-libs/gst-plugins-base: bump to 1.14.1 (diff) | |
download | gentoo-eadca9127361ddc76be250536ae9849eb3fe88d7.tar.gz gentoo-eadca9127361ddc76be250536ae9849eb3fe88d7.tar.bz2 gentoo-eadca9127361ddc76be250536ae9849eb3fe88d7.zip |
media-libs/gstreamer: disable building of unused benchmarks
The test suite doesn't run them and they aren't installed, so don't
bother compiling them.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gstreamer/gstreamer-1.14.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/gstreamer/gstreamer-1.14.1.ebuild b/media-libs/gstreamer/gstreamer-1.14.1.ebuild index 18ee8d48a9a7..5cab716692af 100644 --- a/media-libs/gstreamer/gstreamer-1.14.1.ebuild +++ b/media-libs/gstreamer/gstreamer-1.14.1.ebuild @@ -56,6 +56,7 @@ multilib_src_configure() { # Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo local myconf=( --libexecdir="${EPREFIX}"/usr/$(get_libdir) + --disable-benchmarks --disable-debug --disable-examples --disable-static |