summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-11-23 12:21:09 -0800
committerMatt Turner <mattst88@gentoo.org>2021-12-02 10:01:15 -0800
commit5254c631e2b25add55731c3eec027c37fdf5d2c6 (patch)
tree0ed945112f741fa282fd670ccf36842e78273b81 /x11-libs/libva-intel-media-driver
parentx11-libs/libva-intel-media-driver: Add USE=redistributable (diff)
downloadgentoo-5254c631e2b25add55731c3eec027c37fdf5d2c6.tar.gz
gentoo-5254c631e2b25add55731c3eec027c37fdf5d2c6.tar.bz2
gentoo-5254c631e2b25add55731c3eec027c37fdf5d2c6.zip
x11-libs/libva-intel-media-driver: Remove IUSE=set-as-default
As I understand it, this dates from before a time before multiple backend driver support landed in libva in https://github.com/intel/libva/pull/351 which was first in libva-2.6.0. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libva-intel-media-driver')
-rw-r--r--x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild
index 918f62446ee5..0a05dcd1c864 100644
--- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild
+++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="https://github.com/intel/media-driver"
LICENSE="MIT BSD redistributable? ( no-source-code )"
SLOT="0"
-IUSE="+custom-cflags +redistributable set-as-default test X"
+IUSE="+custom-cflags +redistributable test X"
RESTRICT="!test? ( test )"
@@ -54,12 +54,3 @@ src_configure() {
cmake_src_configure
}
-
-src_install() {
- cmake_src_install
-
- if use set-as-default ; then
- echo 'LIBVA_DRIVER_NAME="iHD"' > "${T}/55libva-intel-media-driver" || die
- doenvd "${T}/55libva-intel-media-driver"
- fi
-}