summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-01-11 10:42:39 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-01-11 10:42:39 +0300
commitff3509b90277f69017ec7d4fac55829e7753b459 (patch)
tree87b360387e85b92a245cb303879167c229496d85
parent11d2cb6aef4c3cca7eb1971ffb94e33c9f2d6617 (diff)
gstr-plugins-base: more use flags //TODO: add deps on this glags in plugins
-rw-r--r--media-libs/gst-plugins-base/gst-plugins-base-scm.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-scm.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-scm.ebuild
index e6e8b1e..d9b623d 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-scm.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-scm.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://gstreamer.freedesktop.org/"
LICENSE="GPL-2+ LGPL-2+"
KEYWORDS=""
-IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X"
+IUSE="alsa +introspection ivorbis +ogg +opengl +glx +egl gles2 wayland +orc +pango theora +vorbis X"
REQUIRED_USE="
ivorbis? ( ogg )
theora? ( ogg )
@@ -69,6 +69,11 @@ multilib_src_configure() {
$(use_enable X x) \
$(use_enable X xshm) \
$(use_enable X xvideo) \
+ $(use_enable opengl) \
+ $(use_enable glx) \
+ $(use_enable egl) \
+ $(use_enable gles2) \
+ $(use_enable wayland) \
--enable-iso-codes \
--enable-zlib \
--disable-debug \