[cairo-commit] cairo-demo/png ChangeLog, 1.22, 1.23 Makefile, 1.12, 1.13

Carl Worth commit at pdx.freedesktop.org
Mon Feb 28 10:50:48 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo-demo/png
In directory gabe:/tmp/cvs-serv26877

Modified Files:
	ChangeLog Makefile 
Log Message:

        * Makefile (MYCFLAGS): Use canonical libpn12 name for pkgconfig
        rather than libpng.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ChangeLog	11 Nov 2004 18:25:26 -0000	1.22
+++ ChangeLog	28 Feb 2005 18:50:46 -0000	1.23
@@ -1,3 +1,8 @@
+2005-02-28  Carl Worth  <cworth at cworth.org>
+
+	* Makefile (MYCFLAGS): Use canonical libpn12 name for pkgconfig
+	rather than libpng.
+
 2004-11-11  Øyvind Kolås  <pippin at freedesktop.org>
 
 	* Makefile: removed read_png.c from Makefile, it's neither present in

Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile	21 Feb 2005 20:32:17 -0000	1.12
+++ Makefile	28 Feb 2005 18:50:46 -0000	1.13
@@ -9,8 +9,8 @@
 #
 # CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing" make
 
-MYCFLAGS=`pkg-config --cflags cairo libpng`
-MYLDFLAGS=`pkg-config --libs cairo libpng`
+MYCFLAGS=`pkg-config --cflags cairo libpng12`
+MYLDFLAGS=`pkg-config --libs cairo libpng12`
 
 all: $(EXAMPLES)
 




More information about the cairo-commit mailing list