diff options
author | 2022-01-09 15:59:48 +0000 | |
---|---|---|
committer | 2022-01-09 16:02:29 +0000 | |
commit | 516b32b1abbe245d8390967fbcaffe7fbbe77e71 (patch) | |
tree | 4b02c326e0b3dcff91534054b64db1bb2418ef80 /profiles/arch | |
parent | profiles: Mask pipewire USE flag on m68k (diff) | |
download | gentoo-516b32b1abbe245d8390967fbcaffe7fbbe77e71.tar.gz gentoo-516b32b1abbe245d8390967fbcaffe7fbbe77e71.tar.bz2 gentoo-516b32b1abbe245d8390967fbcaffe7fbbe77e71.zip |
profiles: Mask kms USE flag against some packages on m68k
Most usage of KMS requires GBM, which is provided by Mesa, which
currently doesn't work on m68k.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/m68k/package.use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index e1925bab557c..550fbc906b86 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -2,6 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # James Le Cuirot <chewi@gentoo.org> (2022-01-09) +# Most usage of KMS requires GBM, which is provided by Mesa, which currently +# doesn't work on m68k. +media-libs/cogl kms +media-libs/libsdl2 kms + +# James Le Cuirot <chewi@gentoo.org> (2022-01-09) # Requires dev-lang/go, which is not ported to m68k. sys-libs/libcap tools |