summaryrefslogtreecommitdiffstats
path: root/desktop-wayland (follow)
Commit message (Collapse)AuthorAgeLines
* desktop-wayland: Use vulkan for mpvWolfgang Müller2022-11-08-0/+6
| | | | | | | | | media-video/mpv will need to have its X USE-flag enabled if opengl is activated. We have tested its vulkan backend and it works fine with vaapi, so get rid of opengl in this instance. Currently this does mean that we have to unmask media-libs/libplacebo as well.
* desktop-wayland: Enable egl and vulkan globallyWolfgang Müller2022-11-08-4/+3
| | | | | | 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.
* desktop-wayland: Disable X globallyWolfgang Müller2022-11-08-5/+2
| | | | | | 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.
* desktop-wayland: Move x11-libs/libva to media-libs/libvaWolfgang Müller2022-10-16-1/+1
| | | | | | This change has been made upstream [1]. [1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7d398099da5d1fc6f9f7757c03e11e26ac154c
* desktop-wayland: Patch gui-wm/hikari to use high refresh ratesWolfgang Müller2022-10-15-0/+45
| | | | | | | hikari by default does not pick the highest refresh rate for any given display, instead falling back to the first mode it finds. This patch adds rudimentary support for finding the highest supported refresh rate for the preferred resolution.
* desktop-wayland: Enable 'X' USE flag for dev-cpp/cairommWolfgang Müller2022-10-15-0/+1
| | | | This is needed for Mozilla apps like Firefox and Thunderbird.
* desktop-wayland: Enable X USE flag for net-misc/freerdpWolfgang Müller2022-07-10-0/+3
| | | | | We need this in order to build net-misc/remmina, even on a Wayland-only system.
* desktop-wayland: Add a profile for Wayland desktopsWolfgang Müller2022-04-28-0/+30
This includes USE flag settings that are absolutely necessary to get a Wayland desktop going, along with configuration for Wayland-specific programs that wouldn't fit in the group-desktop profile.