summaryrefslogtreecommitdiff
path: root/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild')
-rw-r--r--x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
index a440f5228714..92d13cf8a5b3 100644
--- a/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
+++ b/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
@@ -29,9 +29,9 @@ if [ "${PV%9999}" = "${PV}" ] ; then
else
KEYWORDS=""
fi
-IUSE="+drm wayland X"
+IUSE="wayland X"
-RDEPEND=">=x11-libs/libva-2.0.0:=[X?,wayland?,drm?,${MULTILIB_USEDEP}]
+RDEPEND=">=x11-libs/libva-2.0.0:=[X?,wayland?,drm,${MULTILIB_USEDEP}]
>=x11-libs/libdrm-2.4.52[video_cards_intel,${MULTILIB_USEDEP}]
wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] )"
@@ -48,7 +48,6 @@ src_prepare() {
multilib_src_configure() {
local myeconfargs=(
- $(use_enable drm)
$(use_enable wayland)
$(use_enable X x11)
)