summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-11-10 01:36:35 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-11-13 00:02:04 +0000
commit2d4ad48d450f8213292c0949d49f797d49d2514a (patch)
tree6d28da06086fee2f3cb6a39ba991114f72866eb7 /pkg
parent35ff8cef1c0e0f7b667606bc24aa96a993b6a5ec (diff)
pkg/archlinux: use configure autodetection
Since waffle 1.4 we have autodetection at configure time. Let's use it and drop a couple of lines PKGBUILD magic. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/archlinux/waffle-1.4.1/PKGBUILD6
-rw-r--r--pkg/archlinux/waffle-git/PKGBUILD4
2 files changed, 1 insertions, 9 deletions
diff --git a/pkg/archlinux/waffle-1.4.1/PKGBUILD b/pkg/archlinux/waffle-1.4.1/PKGBUILD
index e877ddc..5426e4b 100644
--- a/pkg/archlinux/waffle-1.4.1/PKGBUILD
+++ b/pkg/archlinux/waffle-1.4.1/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='waffle'
pkgver='1.4.1'
-pkgrel=1
+pkgrel=2
pkgdesc='a library for choosing window system and OpenGL API at runtime'
arch=('i686' 'x86_64')
url='http://www.waffle-gl.org'
@@ -34,10 +34,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_BUILD_TYPE=Release \
- -Dwaffle_has_gbm=1 \
- -Dwaffle_has_glx=1 \
- -Dwaffle_has_x11_egl=1 \
- -Dwaffle_has_wayland=1 \
-Dwaffle_build_manpages=1 \
-Dwaffle_build_htmldocs=1 \
-Dwaffle_build_examples=0
diff --git a/pkg/archlinux/waffle-git/PKGBUILD b/pkg/archlinux/waffle-git/PKGBUILD
index b5a6d96..e4a86d8 100644
--- a/pkg/archlinux/waffle-git/PKGBUILD
+++ b/pkg/archlinux/waffle-git/PKGBUILD
@@ -43,10 +43,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_BUILD_TYPE=Release \
- -Dwaffle_has_glx=1 \
- -Dwaffle_has_x11_egl=1 \
- -Dwaffle_has_wayland=1 \
- -Dwaffle_has_gbm=1 \
-Dwaffle_build_manpages=1 \
-Dwaffle_build_htmldocs=1 \
-Dwaffle_build_examples=0