diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-21 22:38:07 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 01:19:17 +0100 |
commit | 6b6674bd032b84724141fc70c0f34a9ad373686f (patch) | |
tree | 50129c69571524db6ab012937ad24a9159bd3dd7 /media-libs/gst-plugins-base | |
parent | media-libs/freeglut: Set USE-defaults for mesa[egl,gbm] (diff) | |
download | gentoo-6b6674bd032b84724141fc70c0f34a9ad373686f.tar.gz gentoo-6b6674bd032b84724141fc70c0f34a9ad373686f.tar.bz2 gentoo-6b6674bd032b84724141fc70c0f34a9ad373686f.zip |
media-libs/gst-plugins-base: Set USE-defaults for mesa[egl,gbm]
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gst-plugins-base')
-rw-r--r-- | media-libs/gst-plugins-base/gst-plugins-base-1.16.3-r1.ebuild (renamed from media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild) | 2 | ||||
-rw-r--r-- | media-libs/gst-plugins-base/gst-plugins-base-1.18.4-r1.ebuild (renamed from media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.16.3-r1.ebuild index 23555ecd81a1..73da5000cb07 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.16.3-r1.ebuild @@ -43,7 +43,7 @@ REQUIRED_USE=" # Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl) # dmabuf automagic from libdrm headers (drm_fourcc.h) and EGL, so ensure it with USE=egl (platform independent header used only, thus no MULTILIB_USEDEP); provides dmabuf based upload/download/eglimage options GL_DEPS=" - >=media-libs/mesa-9.0[egl?,gbm?,gles2?,wayland?,${MULTILIB_USEDEP}] + >=media-libs/mesa-9.0[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}] egl? ( x11-libs/libdrm ) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.18.4-r1.ebuild index 218d6f4f2560..4e27d0ccf6d5 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.18.4-r1.ebuild @@ -43,7 +43,7 @@ REQUIRED_USE=" # Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl) # dmabuf automagic from libdrm headers (drm_fourcc.h) and EGL, so ensure it with USE=egl (platform independent header used only, thus no MULTILIB_USEDEP); provides dmabuf based upload/download/eglimage options GL_DEPS=" - >=media-libs/mesa-9.0[egl?,gbm?,gles2?,wayland?,${MULTILIB_USEDEP}] + >=media-libs/mesa-9.0[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}] egl? ( x11-libs/libdrm ) |