cogl: update to 1.20.0.
This commit is contained in:
parent
8bc2706abb
commit
97156dd2e6
2 changed files with 5 additions and 22 deletions
|
@ -1,12 +0,0 @@
|
||||||
Fix build error due to drm.h: 'size_t unknown type'
|
|
||||||
|
|
||||||
--- cogl/winsys/cogl-winsys-egl-kms.c.orig 2013-10-20 06:58:32.967367785 +0200
|
|
||||||
+++ cogl/winsys/cogl-winsys-egl-kms.c 2013-10-20 06:58:44.326456462 +0200
|
|
||||||
@@ -32,6 +32,7 @@
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <EGL/egl.h>
|
|
||||||
#include <EGL/eglext.h>
|
|
||||||
#include <drm.h>
|
|
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'cogl'
|
# Template file for 'cogl'
|
||||||
pkgname=cogl
|
pkgname=cogl
|
||||||
version=1.18.2
|
version=1.20.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cogl-gst=yes
|
configure_args="--enable-cogl-gst=yes
|
||||||
--enable-gles1 --enable-gles2 --enable-kms-egl-platform
|
--enable-gles1 --enable-gles2 --enable-kms-egl-platform
|
||||||
--enable-wayland-egl-platform --enable-wayland-egl-server"
|
--enable-wayland-egl-platform --enable-wayland-egl-server
|
||||||
|
$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="automake libtool gettext-devel pkg-config intltool
|
hostmakedepends="automake libtool gettext-devel pkg-config intltool
|
||||||
glib-devel gobject-introspection"
|
glib-devel gobject-introspection"
|
||||||
makedepends="libXcomposite-devel libXrandr-devel MesaLib-devel pango-devel
|
makedepends="libXcomposite-devel libXrandr-devel MesaLib-devel pango-devel
|
||||||
|
@ -16,7 +17,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.clutter-project.org"
|
homepage="http://www.clutter-project.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/cogl/${version%.*}/cogl-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/cogl/${version%.*}/cogl-${version}.tar.xz"
|
||||||
checksum=9278e519d5480eb0379efd48db024e8fdbf93f01dff48a7e756b85b508a863aa
|
checksum=729e35495829e7d31fafa3358e47b743ba21a2b08ff9b6cd28fb74c0de91192b
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -26,12 +27,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
configure_args+=" --enable-introspection"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-introspection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue