diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-05-16 09:32:40 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-05-16 10:16:02 -0400 |
commit | ee2511bcf3315553424e81212547d24838523570 (patch) | |
tree | 4113addd244bb62200e3f59aba740b7b85a32063 /x11-base | |
parent | x11-base/xwayland: Raise wayland-protocols and libdrm requirements (diff) | |
download | gentoo-ee2511bcf3315553424e81212547d24838523570.tar.gz gentoo-ee2511bcf3315553424e81212547d24838523570.tar.bz2 gentoo-ee2511bcf3315553424e81212547d24838523570.zip |
x11-base/xwayland: Reduce differences between versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xwayland/xwayland-9999.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/x11-base/xwayland/xwayland-9999.ebuild b/x11-base/xwayland/xwayland-9999.ebuild index cef2f83afa79..9838b99ca7c6 100644 --- a/x11-base/xwayland/xwayland-9999.ebuild +++ b/x11-base/xwayland/xwayland-9999.ebuild @@ -91,12 +91,17 @@ src_configure() { -Ddocs=false -Ddevel-docs=false -Ddocs-pdf=false - -Dxorg=false - -Dxnest=false - -Dxvfb=false - -Dxwayland=true ) + if [[ ${PV} == "9999" ]]; then + emesonargs+=( + -Dxorg=false + -Dxnest=false + -Dxvfb=false + -Dxwayland=true + ) + fi + if use libei; then emesonargs+=( -Dxwayland_ei=portal ) else |