summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2021-06-23 10:56:42 +0200
committerPiotr Karbowski <slashbeast@gentoo.org>2021-06-23 10:56:42 +0200
commita763fecfe8602294fc29db2fd9deb940d3b4a2ad (patch)
treee6b37f91199e965e50e2bd782ba67d677d10238e /x11-base/xwayland
parentsys-apps/exa: keyword 0.10.1 for ~ppc64 (diff)
downloadgentoo-a763fecfe8602294fc29db2fd9deb940d3b4a2ad.tar.gz
gentoo-a763fecfe8602294fc29db2fd9deb940d3b4a2ad.tar.bz2
gentoo-a763fecfe8602294fc29db2fd9deb940d3b4a2ad.zip
x11-base/xwayland: backward compatible path for migration period.
All the things that now depends on x11-base/xorg-server[wayland] should just depend on subslot of x11-base/xwayland instead. Since the pkg-config interface is build time, this will restore the working condition of xwayland until rest of ebuilds are adjusted. Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'x11-base/xwayland')
-rw-r--r--x11-base/xwayland/xwayland-21.1.1-r1.ebuild (renamed from x11-base/xwayland/xwayland-21.1.1.ebuild)6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-base/xwayland/xwayland-21.1.1.ebuild b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild
index 52954bdff076..b7f62be26562 100644
--- a/x11-base/xwayland/xwayland-21.1.1.ebuild
+++ b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild
@@ -75,3 +75,9 @@ src_configure() {
meson_src_configure
}
+
+src_install() {
+ dosym ../libexec/Xwayland /usr/bin/Xwayland
+
+ meson_src_install
+}