diff options
author | Wolfgang Müller | 2022-11-08 12:22:55 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-11-08 12:27:02 +0100 |
commit | 5a6be008267c3a346309ccb0d2665eee17164189 (patch) | |
tree | bfd2c59996b22def5748799c568f47c324a2887c /desktop-wayland | |
parent | 7f6220c2da6136977053db47d16da998f8044b3f (diff) | |
download | portage-roles-5a6be008267c3a346309ccb0d2665eee17164189.tar.gz |
desktop-wayland: Disable X globally
Only a few packages still need the X USE-flag, so it makes more sense
activating it specifically for those. We need to specifically enable X
for gtk+, however.
Diffstat (limited to 'desktop-wayland')
-rw-r--r-- | desktop-wayland/package.use/09-desktop-wayland | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop-wayland/package.use/09-desktop-wayland b/desktop-wayland/package.use/09-desktop-wayland index ee77526..4b00a28 100644 --- a/desktop-wayland/package.use/09-desktop-wayland +++ b/desktop-wayland/package.use/09-desktop-wayland @@ -1,10 +1,7 @@ */* wayland +*/* -X -media-libs/libglvnd X -media-libs/mesa X - -media-gfx/imv -X -media-video/mpv -X +x11-libs/gtk+ X # needed for media-libs/libsdl2[wayland] media-libs/libsdl2 gles2 |