diff options
Diffstat (limited to 'x11-base/xwayland')
-rw-r--r-- | x11-base/xwayland/Manifest | 2 | ||||
-rw-r--r-- | x11-base/xwayland/xwayland-21.1.3-r100.ebuild (renamed from x11-base/xwayland/xwayland-21.1.2.901-r11.ebuild) | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-base/xwayland/Manifest b/x11-base/xwayland/Manifest index 21a14743..ab838ea1 100644 --- a/x11-base/xwayland/Manifest +++ b/x11-base/xwayland/Manifest @@ -1 +1 @@ -DIST xwayland-21.1.2.901.tar.xz 1261656 BLAKE2B 76710f02d50506d3a41d33065b23b8bd43ef6ab6abb69f359d12174dd8a9fc2d90e1125f093701c560f6de77ad52fda6d76fdabbfe9df6028194a6ae73f82c91 SHA512 94ffb4f1d107db7c78aa01048ccc984882cd290bc67c8dc6d83ee158c65d8ad58974b71881136301b1b43077abe0aeb6b37780a5c69edf502ca714b8b8d75b1c +DIST xwayland-21.1.3.tar.xz 1261776 BLAKE2B bccecc3386ceb7e612929139b5b73e038df684bc43d9554c1196c4c3e66f200b346ea8615ec9224ae999400f34881d5f29365f06d4487bf4dda381c03b83e05b SHA512 24147ef788cce3fa16cd5604d293ffbe7ef4c6dc5fc2b1a1018d78ca4c0f10ade7b99c1ad6a8cdca5c581ff40f5834d7e34b2a314acca665a527eed700993594 diff --git a/x11-base/xwayland/xwayland-21.1.2.901-r11.ebuild b/x11-base/xwayland/xwayland-21.1.3-r100.ebuild index 32bf45ef..becd8c8d 100644 --- a/x11-base/xwayland/xwayland-21.1.2.901-r11.ebuild +++ b/x11-base/xwayland/xwayland-21.1.3-r100.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Standalone X server running under Wayland" HOMEPAGE="https://wayland.freedesktop.org/xserver.html" SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz" -IUSE="rpc unwind ipv6 xcsecurity selinux" +IUSE="rpc unwind xcsecurity selinux" LICENSE="MIT" SLOT="0" @@ -42,7 +42,7 @@ DEPEND=" RDEPEND=" ${DEPEND} x11-apps/xkbcomp - !<=x11-base/xorg-server-1.20.12 + !<=x11-base/xorg-server-1.20.11 selinux? ( sec-policy/selinux-xserver ) " BDEPEND=" @@ -57,23 +57,23 @@ PATCHES=( src_configure() { local emesonargs=( $(meson_use rpc secure-rpc) + $(meson_use selinux xselinux) $(meson_use unwind libunwind) - $(meson_use ipv6) $(meson_use xcsecurity) - $(meson_use selinux xselinux) - -Dsha1=libcrypto -Ddpms=true -Ddri3=true + -Ddtrace=false -Dglamor=true -Dglx=true + -Dipv6=true -Dscreensaver=true + -Dsha1=libcrypto -Dxace=true -Dxdmcp=true -Dxinerama=true - -Dxv=true -Dxvfb=true + -Dxv=true -Dxwayland-path="${EPREFIX}"/usr/bin - -Ddtrace=false ) if use amd64; then |