summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-03-04 12:16:01 -0500
committerVincent Grande2021-03-04 12:16:01 -0500
commitedbaa5b8e9abc1c6e728ea1cc9b8a7b931214b00 (patch)
tree9db06211c3d49a75953dbee270b55dcd0cab1cc5
parent67af4ac8458363b29dafbcb3189759aa39e3dbdc (diff)
downloadaur-edbaa5b8e9abc1c6e728ea1cc9b8a7b931214b00.tar.gz
depends xorg-xwayland
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e36c7fb01969..357b856382df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = wlroots-nosystemd-minimal-git
depends = xcb-util-image
depends = xcb-util-wm
depends = xcb-util-renderutil
+ depends = xorg-xwayland
provides = libwlroots.so
provides = wlroots
provides = wlroots-git
diff --git a/PKGBUILD b/PKGBUILD
index 2d6998a67808..7ce22e419129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,7 @@ depends=(
'xcb-util-image'
'xcb-util-wm'
'xcb-util-renderutil'
+ 'xorg-xwayland'
)
makedepends=(
'meson'