diff options
author | Mike Lothian <mike@fireburn.co.uk> | 2022-04-17 10:18:22 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-17 20:18:42 -0700 |
commit | 2b9d9a41180b14eb69010c0305d94c454e023821 (patch) | |
tree | 2da9410a3f321157571f4b9592705cce72e87794 /x11-libs | |
parent | app-crypt/certbot-nginx: 1.25.0 stable amd64/x86 (diff) | |
download | gentoo-2b9d9a41180b14eb69010c0305d94c454e023821.tar.gz gentoo-2b9d9a41180b14eb69010c0305d94c454e023821.tar.bz2 gentoo-2b9d9a41180b14eb69010c0305d94c454e023821.zip |
x11-libs/libdrm: Remove IUSE=libkms
It has been removed from libdrm as GBM has superseded it.
https://gitlab.freedesktop.org/mesa/drm/-/commit/2b997bb4bb688be00620887c8646ff24ccb9396b
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libdrm/libdrm-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild index c34f20fb240d..38a4960ffca1 100644 --- a/x11-libs/libdrm/libdrm-9999.ebuild +++ b/x11-libs/libdrm/libdrm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ for card in ${VIDEO_CARDS}; do IUSE_VIDEO_CARDS+=" video_cards_${card}" done -IUSE="${IUSE_VIDEO_CARDS} libkms valgrind" +IUSE="${IUSE_VIDEO_CARDS} valgrind" RESTRICT="test" # see bug #236845 LICENSE="MIT" SLOT="0" @@ -58,7 +58,6 @@ multilib_src_configure() { $(meson_use video_cards_vc4 vc4) $(meson_use video_cards_vivante etnaviv) $(meson_use video_cards_vmware vmwgfx) - $(meson_use libkms) # valgrind installs its .pc file to the pkgconfig for the primary arch -Dvalgrind=$(usex valgrind auto false) ) |