diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-03-10 14:49:55 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-10 14:49:55 -0300 |
| commit | c31c31341d4913eccc4731bb3ac07c86ff8901ac (patch) | |
| tree | c55680247cafd2882a7928acb73ba240fe510561 | |
| parent | c4bd22422f1f857bfc6bc1f0a61a1f62e1b7acfb (diff) | |
| download | aports-c31c31341d4913eccc4731bb3ac07c86ff8901ac.tar.bz2 aports-c31c31341d4913eccc4731bb3ac07c86ff8901ac.tar.xz | |
main/cogl: fix build
| -rw-r--r-- | main/cogl/APKBUILD | 8 |
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... } |
