[cairo-commit] cairo-demo/PS ChangeLog,1.3,1.4 Makefile,1.4,1.5

Carl Worth commit at pdx.freedesktop.org
Mon Feb 28 11:02:50 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo-demo/PS
In directory gabe:/tmp/cvs-serv27759

Modified Files:
	ChangeLog Makefile 
Log Message:

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


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/PS/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog	20 Jan 2005 16:32:57 -0000	1.3
+++ ChangeLog	28 Feb 2005 19:02:48 -0000	1.4
@@ -1,3 +1,8 @@
+2005-02-28  Carl Worth  <cworth at cworth.org>
+
+	* Makefile (MYCFLAGS): Use canonical libpng12 name for pkgconfig
+	rather than libpng.
+
 2005-01-20  Carl Worth  <cworth at cworth.org>
 
 	* basket.c: Track split-up of cairo.h.

Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/PS/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	21 Feb 2005 20:32:17 -0000	1.4
+++ Makefile	28 Feb 2005 19:02:48 -0000	1.5
@@ -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