diff options
author | Wolfgang Müller | 2022-11-08 12:28:31 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-11-08 12:28:31 +0100 |
commit | 9573ef017222d334d39e23c5383ec2ed2f809158 (patch) | |
tree | d47e707444e8297a816a1d13af7c1847e8c9da8a | |
parent | 5a6be008267c3a346309ccb0d2665eee17164189 (diff) | |
download | portage-roles-9573ef017222d334d39e23c5383ec2ed2f809158.tar.gz |
desktop-wayland: Enable egl and vulkan globally
Some packages support these specific backends and may be used to further
remove instances of the X USE-flag. In this case this is especially true
of dev-qt/qtgui.
Diffstat (limited to '')
-rw-r--r-- | desktop-wayland/package.use/09-desktop-wayland | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop-wayland/package.use/09-desktop-wayland b/desktop-wayland/package.use/09-desktop-wayland index 4b00a28..e0c5510 100644 --- a/desktop-wayland/package.use/09-desktop-wayland +++ b/desktop-wayland/package.use/09-desktop-wayland @@ -1,6 +1,9 @@ +*/* egl +*/* vulkan */* wayland */* -X +dev-qt/qtgui eglfs x11-libs/gtk+ X # needed for media-libs/libsdl2[wayland] @@ -12,10 +15,6 @@ media-libs/libva X # needed for media-sound/pavucontrol dev-cpp/gtkmm X -# needed for QT's Wayland support -dev-qt/qtgui egl -x11-libs/libxkbcommon X - # needed for www-browser/firefox dev-cpp/cairomm X x11-libs/cairo X |