summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-03-16 22:19:37 -0700
committerMatt Turner <mattst88@gentoo.org>2022-03-16 22:19:37 -0700
commit1fb4e2c999c50a34e486eac85f7a9a7caf49abd9 (patch)
treee92559d24d527cf5b3cc580406b6443f63913b49
parentmedia-video/libva-utils: Version bump to 2.14.0 (diff)
downloadgentoo-1fb4e2c9.tar.gz
gentoo-1fb4e2c9.tar.bz2
gentoo-1fb4e2c9.zip
x11-libs/libva: Readd dummy IUSE=opengl
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-libs/libva/libva-2.14.0.ebuild3
-rw-r--r--x11-libs/libva/libva-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/libva/libva-2.14.0.ebuild b/x11-libs/libva/libva-2.14.0.ebuild
index 2524e763954e..572eb16bd958 100644
--- a/x11-libs/libva/libva-2.14.0.ebuild
+++ b/x11-libs/libva/libva-2.14.0.ebuild
@@ -19,7 +19,8 @@ fi
LICENSE="MIT"
SLOT="0/$(ver_cut 1)"
-IUSE="+drm wayland X"
+IUSE="+drm opengl wayland X"
+REQUIRED_USE="opengl? ( X )"
RDEPEND="
>=x11-libs/libdrm-2.4.60[${MULTILIB_USEDEP}]
diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild
index 2524e763954e..572eb16bd958 100644
--- a/x11-libs/libva/libva-9999.ebuild
+++ b/x11-libs/libva/libva-9999.ebuild
@@ -19,7 +19,8 @@ fi
LICENSE="MIT"
SLOT="0/$(ver_cut 1)"
-IUSE="+drm wayland X"
+IUSE="+drm opengl wayland X"
+REQUIRED_USE="opengl? ( X )"
RDEPEND="
>=x11-libs/libdrm-2.4.60[${MULTILIB_USEDEP}]