diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-11-29 18:28:25 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-11-29 21:04:04 -0800 |
commit | 37f2feed6abfedfad437a372ae054c519b9f0d2f (patch) | |
tree | 83cae1ff194b10a7090fb9fc351431987183da59 /x11-base | |
parent | net-misc/websocat: Bump to version 1.9.0 (diff) | |
download | gentoo-37f2feed6abfedfad437a372ae054c519b9f0d2f.tar.gz gentoo-37f2feed6abfedfad437a372ae054c519b9f0d2f.tar.bz2 gentoo-37f2feed6abfedfad437a372ae054c519b9f0d2f.zip |
x11-base/xwayland: Version bump to 21.1.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xwayland/Manifest | 2 | ||||
-rw-r--r-- | x11-base/xwayland/xwayland-21.1.3.ebuild (renamed from x11-base/xwayland/xwayland-21.1.2.901.ebuild) | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-base/xwayland/Manifest b/x11-base/xwayland/Manifest index e86ac48357e5..89b04f4ede09 100644 --- a/x11-base/xwayland/Manifest +++ b/x11-base/xwayland/Manifest @@ -1,2 +1,2 @@ -DIST xwayland-21.1.2.901.tar.xz 1261656 BLAKE2B 76710f02d50506d3a41d33065b23b8bd43ef6ab6abb69f359d12174dd8a9fc2d90e1125f093701c560f6de77ad52fda6d76fdabbfe9df6028194a6ae73f82c91 SHA512 94ffb4f1d107db7c78aa01048ccc984882cd290bc67c8dc6d83ee158c65d8ad58974b71881136301b1b43077abe0aeb6b37780a5c69edf502ca714b8b8d75b1c DIST xwayland-21.1.2.tar.xz 1258732 BLAKE2B 1a797e4dedee4f47ada968d4a06c89da2fac64bbfa587e84f01d5b0aa7da23402b70369a274a672470e6d8df0645fd117d129d1f2049b25394d825a9eed3e451 SHA512 3bd595a563cbc44b49a00c85adabdbcddf02fd55c6500ed2711557c156f10cd273af93f7b232865141ad27392a85583e40268bcedad183ad9eeefba457cef6c6 +DIST xwayland-21.1.3.tar.xz 1261776 BLAKE2B bccecc3386ceb7e612929139b5b73e038df684bc43d9554c1196c4c3e66f200b346ea8615ec9224ae999400f34881d5f29365f06d4487bf4dda381c03b83e05b SHA512 24147ef788cce3fa16cd5604d293ffbe7ef4c6dc5fc2b1a1018d78ca4c0f10ade7b99c1ad6a8cdca5c581ff40f5834d7e34b2a314acca665a527eed700993594 diff --git a/x11-base/xwayland/xwayland-21.1.2.901.ebuild b/x11-base/xwayland/xwayland-21.1.3.ebuild index f95f884f71bf..8700d08f40f9 100644 --- a/x11-base/xwayland/xwayland-21.1.2.901.ebuild +++ b/x11-base/xwayland/xwayland-21.1.3.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 video_cards_nvidia" +IUSE="rpc unwind xcsecurity selinux video_cards_nvidia" LICENSE="MIT" SLOT="0" @@ -57,24 +57,24 @@ 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) $(meson_use video_cards_nvidia xwayland_eglstream) - -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 ) meson_src_configure |