diff options
author | root <root@rshg054.dnsready.net> | 2013-07-16 01:17:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-16 01:17:00 -0700 |
commit | 380530d02a5449fdef97b63b394a6743c3de0092 (patch) | |
tree | 26e82f5688786d0bbb3862287f4d11ec55727d87 /extra/cogl | |
parent | 49111a438f3120ab595d1b118f56571083b7da35 (diff) |
Tue Jul 16 01:16:20 PDT 2013
Diffstat (limited to 'extra/cogl')
-rw-r--r-- | extra/cogl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/cogl/PKGBUILD b/extra/cogl/PKGBUILD index 289dcaf83..9b34a0460 100644 --- a/extra/cogl/PKGBUILD +++ b/extra/cogl/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 186660 2013-05-30 12:23:15Z heftig $ +# $Id: PKGBUILD 190118 2013-07-15 21:53:44Z tomegun $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=cogl pkgver=1.14.0 -pkgrel=3 +pkgrel=4 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer" arch=('i686' 'x86_64') url="http://www.clutter-project.org/" @@ -17,7 +17,7 @@ sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr \ - --enable-wayland-egl-{platform,server} --enable-gles{1,2} + --enable-wayland-egl-platform --enable-gles{1,2} # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool |