diff options
author | Wolfgang Müller | 2023-11-01 11:09:08 +0100 |
---|---|---|
committer | Wolfgang Müller | 2023-11-01 11:10:07 +0100 |
commit | ed12b3017f3394f94308bb6ef7cbe97cd444e028 (patch) | |
tree | 1654d22574947559e4a1fd34e564a6f5c6fd86c8 /desktop-wayland | |
parent | 452f7817e21561bf4d20f4413496537f96f7d486 (diff) | |
download | portage-roles-ed12b3017f3394f94308bb6ef7cbe97cd444e028.tar.gz |
desktop-wayland: Enable X11 for dev-cpp/gtkmm
This is needed for pavucontrol. Set X11 USE flags on libepoxy as well,
which is required by dev-cpp/gtkmm.
Diffstat (limited to '')
-rw-r--r-- | desktop-wayland/package.use/09-desktop-wayland | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-wayland/package.use/09-desktop-wayland b/desktop-wayland/package.use/09-desktop-wayland index 6e4d5f2..f0b1cc1 100644 --- a/desktop-wayland/package.use/09-desktop-wayland +++ b/desktop-wayland/package.use/09-desktop-wayland @@ -5,6 +5,7 @@ */* -X dev-qt/qtgui eglfs +media-libs/libepoxy X x11-libs/gtk+ X # we're using the vulkan backend for mpv @@ -24,3 +25,6 @@ dev-libs/libucl LUA_SINGLE_TARGET: lua5-1 # needed for net-misc/remmina net-misc/freerdp X + +# needed for media-sound/pavucontrol +dev-cpp/gtkmm X |