summarylogtreecommitdiffstats
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
parentadb45bf36679e1ae71b2e6cfd7cbc13b669b7664 (diff)
downloadaur-wayland-wall-git.tar.gz
Fixes prefix for meson
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ada283d9cfc6..c7d4ebadcf1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 9 06:05:28 UTC 2017
+# Fri Oct 20 14:04:37 UTC 2017
pkgbase = wayland-wall-git
pkgdesc = A collection of protocols, called bricks, to create a complete desktop experience for Wayland.
pkgver = r49.39400ea
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wayland-wall/wayland-wall
arch = i686
arch = x86_64
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