diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-13 11:48:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-13 11:55:10 +0000 |
commit | f636c410ab593703a9a173e116c3b3f021ab016f (patch) | |
tree | 767d9d23bb5216e42f5c013f253410932d70943b /main/cairo/APKBUILD | |
parent | 5e692062b4b00ab241993e6204a9ebc8bbc77f54 (diff) | |
download | aports-f636c410ab593703a9a173e116c3b3f021ab016f.tar.bz2 aports-f636c410ab593703a9a173e116c3b3f021ab016f.tar.xz |
Revert "main/cairo: enable GL surface backend"
This is to break the circular dependency:
gobject-introspection -> cairo -> mesa -> libdrm -> udev ->
gobject-introspection
Long time solution is probably let cairo do the introspection stuff
itself rather than gobject-introspection doing it.
Filed upstream:
https://bugs.freedesktop.org/show_bug.cgi?id=38241
This reverts commit 276b9ce0bbcc699edffb08b7328a3ab365d483aa.
Diffstat (limited to 'main/cairo/APKBUILD')
-rw-r--r-- | main/cairo/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/cairo/APKBUILD b/main/cairo/APKBUILD index 605b146061..13d3729564 100644 --- a/main/cairo/APKBUILD +++ b/main/cairo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cairo pkgver=1.10.2 -pkgrel=6 +pkgrel=7 pkgdesc="Cairo vector graphics library" url="http://cairographics.org/" arch="all" @@ -23,7 +23,6 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --enable-xcb \ - --enable-gl \ --enable-gobject \ --enable-tee \ --disable-static || return 1 |