summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRuben De Smet2017-10-20 16:04:50 +0200
committerRuben De Smet2017-10-20 16:04:50 +0200
commitbf7b36bcda7ba2364bc4f2e56bd8aa36f0885c78 (patch)
tree075fc29af026caa54ea2863e079706c12fa8ddb8 /PKGBUILD
parentadb45bf36679e1ae71b2e6cfd7cbc13b669b7664 (diff)
downloadaur-bf7b36bcda7ba2364bc4f2e56bd8aa36f0885c78.tar.gz
Fixes prefix for meson
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cda3adf83321..fdb8e904b8cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=wayland-wall-git
_gitname=wayland-wall
pkgver=r49.39400ea
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of protocols, called bricks, to create a complete desktop experience for Wayland."
arch=('i686' 'x86_64')
url="https://github.com/wayland-wall/wayland-wall"
@@ -29,7 +29,7 @@ prepare() {
mkdir -p build
meson build \
--buildtype=release \
- -Dprefix=/usr \
+ --prefix=/usr \
-Denable-clients=true \
-Denable-images=true \
-Denable-text=true