diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-03-25 08:26:15 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-01 22:53:33 +0300 |
commit | b95e2ae1658367f8f0d15a8c3d5c2e2ec25e8d4f (patch) | |
tree | 85ecc4ecbaa3ebe456f913659c7956e4523addd1 /media-plugins/gst-plugins-gtk | |
parent | media-libs/gst-plugins-bad: default-enable gles2 instead of opengl (diff) | |
download | gentoo-b95e2ae1658367f8f0d15a8c3d5c2e2ec25e8d4f.tar.gz gentoo-b95e2ae1658367f8f0d15a8c3d5c2e2ec25e8d4f.tar.bz2 gentoo-b95e2ae1658367f8f0d15a8c3d5c2e2ec25e8d4f.zip |
media-plugins/gst-plugins-gtk: default-enable gles2 instead of opengl
Match gst-plugins-base changes.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-gtk')
-rw-r--r-- | media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.10.ebuild b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.10.ebuild index e945de7826ea..c4df46bcf3a4 100644 --- a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.10.ebuild +++ b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.10.ebuild @@ -8,7 +8,7 @@ inherit gstreamer-meson DESCRIPTION="Video sink plugin for GStreamer that renders to a GtkWidget" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="+egl gles2 +opengl wayland +X" # Keep default IUSE mirrored with gst-plugins-base +IUSE="+egl +gles2 opengl wayland +X" # Keep default IUSE mirrored with gst-plugins-base # egl, wayland and X only matters if gst-plugins-base is built with USE=opengl and/or USE=gles2 # We mirror egl/gles2/opengl/wayland/X due to automagic detection from gstreamer-gl.pc variables; # we don't care about matching egl/wayland/X if both opengl and gles2 are disabled here and on |