summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d5a86837326..62728205de18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
pkgname=dwl
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Simple, hackable dynamic tiling Wayland compositor (dwm for Wayland)"
arch=('x86_64')
url="https://github.com/djpohly/dwl"
@@ -21,7 +21,7 @@ prepare() {
cp -f "$srcdir/config.h" config.h
fi
# Uncomment to compile with XWayland support
- #sed -i -e '/-DXWAYLAND/s/^#//' config.mk
+ #sed -i -e '/-DXWAYLAND\|xcb/s/^#//' config.mk
}
build() {