summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 974df5bfb224..213c82270568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-waffle
pkgdesc = a library for choosing window system and OpenGL API at runtime (32 bits)
pkgver = 1.6.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.waffle-gl.org
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 254c8298fce7..b033310f76cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbasename=waffle
pkgname=lib32-${_pkgbasename}
pkgver=1.6.1
-pkgrel=2
+pkgrel=3
pkgdesc='a library for choosing window system and OpenGL API at runtime (32 bits)'
arch=('x86_64')
url='http://www.waffle-gl.org'
@@ -27,6 +27,7 @@ build() {
--libdir=/usr/lib32 \
-D gbm=enabled \
-D glx=enabled \
+ -D surfaceless_egl=enabled \
-D x11_egl=enabled \
-D wayland=enabled \
-D build-manpages=false \