[packages/cogl] Fix linking libcogl-gles2

wiget wiget at pld-linux.org
Fri Sep 27 14:55:30 CEST 2013


commit 9756c0a723740cce9b5f690d11feb6a2c05a3be8
Author: Artur Frysiak <artur at frysiak.net>
Date:   Fri Sep 27 14:54:55 2013 +0200

    Fix linking libcogl-gles2
    
    Missing in 646b788360d497ccbaf33a7b58ffc205072fc399

 cogl-link.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/cogl-link.patch b/cogl-link.patch
new file mode 100644
index 0000000..fac3401
--- /dev/null
+++ b/cogl-link.patch
@@ -0,0 +1,11 @@
+--- cogl-1.16.0/cogl-gles2/Makefile.am.wiget	2013-09-27 14:12:49.193848785 +0200
++++ cogl-1.16.0/cogl-gles2/Makefile.am	2013-09-27 14:13:58.607498221 +0200
+@@ -17,6 +17,8 @@ endif
+ AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)
+ 
+ libcogl_gles2_la_SOURCES = cogl-gles2-api.c
++libcogl_gles2_la_LIBADD = \
++			-L$(top_builddir)/cogl -lcogl
+ libcogl_gles2_la_LDFLAGS = \
+ 	-no-undefined \
+ 	-version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cogl.git/commitdiff/9756c0a723740cce9b5f690d11feb6a2c05a3be8



More information about the pld-cvs-commit mailing list