summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-09-26 19:23:12 -0400
committerVincent Grande2020-09-26 19:23:12 -0400
commitc94e44202d19b34703de984fecead5939c3c9391 (patch)
treee5d9e8d7d3f872113569a8bae63bdc2bbd966eda /PKGBUILD
parenta9659f225dfed2757fc448a5e0179f5aae807566 (diff)
downloadaur-c94e44202d19b34703de984fecead5939c3c9391.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 945eda8a8db4..4f175a5abf39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -155,9 +155,10 @@ package_xorg-server-rootless-nosystemd-minimal-git() {
package_xorg-server-xephyr-rootless-nosystemd-minimal-git() {
pkgdesc="A nested X server that runs as an X application"
- depends=(libxfont2 libgl libepoxy libunwind libxv pixman xorg-server-common-rootless-nosystemd-minimal-git
+ depends=(libxfont2 libgl libepoxy libxv pixman xorg-server-common-rootless-nosystemd-minimal-git
xcb-util-image xcb-util-renderutil xcb-util-wm xcb-util-keysyms
nettle libtirpc)
+ optdepends=('libunwind: unwind backtrace support')
conflicts=('xorg-server-xephyr')
provides=('xorg-server-xephyr')