]> git.pld-linux.org Git - packages/cogl.git/commitdiff
- added link patch (fixes undefined symbol in cogl-gles2 library)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Sep 2013 13:02:17 +0000 (15:02 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Sep 2013 13:02:17 +0000 (15:02 +0200)
cogl-link.patch [new file with mode: 0644]

diff --git a/cogl-link.patch b/cogl-link.patch
new file mode 100644 (file)
index 0000000..c52e2f7
--- /dev/null
@@ -0,0 +1,10 @@
+--- cogl-1.16.0/cogl-gles2/Makefile.am.orig    2013-01-22 18:48:19.000000000 +0100
++++ cogl-1.16.0/cogl-gles2/Makefile.am 2013-09-26 20:00:00.346802183 +0200
+@@ -17,6 +17,7 @@
+ AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)
+ libcogl_gles2_la_SOURCES = cogl-gles2-api.c
++libcogl_gles2_la_LIBADD = $(top_builddir)/cogl/libcogl.la
+ libcogl_gles2_la_LDFLAGS = \
+       -no-undefined \
+       -version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
This page took 0.125996 seconds and 4 git commands to generate.