aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/cogl/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/cogl/APKBUILD b/main/cogl/APKBUILD
index 6a8130d54c..8245fe3385 100644
--- a/main/cogl/APKBUILD
+++ b/main/cogl/APKBUILD
@@ -23,9 +23,10 @@ makedepends="
cairo-dev
gobject-introspection-dev
gtk-doc
- gstreamer-dev
- gst-plugins-base-dev
"
+# gstreamer-dev
+# gst-plugins-base-dev
+# "
subpackages="$pkgname-dev $pkgname-lang"
source="https://download.gnome.org/sources/cogl/${pkgver%.*}/cogl-$pkgver.tar.xz
17.patch"
@@ -53,8 +54,7 @@ build() {
--enable-introspection \
--enable-cairo \
--enable-wayland-egl-platform \
- --enable-wayland-egl-server \
- --enable-cogl-gst
+ --enable-wayland-egl-server
make -j1 # fails to link cogl-gst into itself otherwise...
}