diff options
Diffstat (limited to 'extra/cogl/PKGBUILD')
-rw-r--r-- | extra/cogl/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/cogl/PKGBUILD b/extra/cogl/PKGBUILD index 3796d7b90..7a7a29698 100644 --- a/extra/cogl/PKGBUILD +++ b/extra/cogl/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163754 2012-07-19 07:57:34Z heftig $ +# $Id: PKGBUILD 183342 2013-04-21 22:08:43Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=cogl -pkgver=1.10.4 -pkgrel=1.1 +pkgver=1.14.0 +pkgrel=2 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer" arch=(mips64el) url="http://www.clutter-project.org/" @@ -12,11 +12,12 @@ depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango') makedepends=('mesa' 'gobject-introspection') options=(!libtool !emptydirs) source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0b5c9989f1d07dbda000a68640eb7ebf734513d52e3707668c41eed19991adf9') +sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8') build() { cd "$pkgname-$pkgver" - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --enable-wayland-egl-{platform,server} --enable-gles{1,2} make } |