[cairo-commit] cairo-gtk-engine/theme Makefile.am,1.4,1.5

Owen Taylor commit at pdx.freedesktop.org
Tue Jun 21 08:03:10 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo-gtk-engine/theme
In directory gabe:/tmp/cvs-serv19844/theme

Modified Files:
	Makefile.am 
Log Message:
2005-06-21  Owen Taylor  <otaylor at redhat.com>

        * src/*.c: Updates for current cairo API.

        * src/caligula-rc-style.[ch] src/caligula-style.c:
        Make the background gradient configurable in the
        RC file.

        * theme/caligula-sketchy/gtkrc: Change to a
        gradient that doesn't obscure the buttons as much.

        * src/Makefile.am: Discable build cairo-gtk-engine
        for now.

        * theme/Makefile.am: Remove cairo-gtk-engine themes
        from SUBDIRS.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/theme/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	10 Feb 2005 20:44:33 -0000	1.4
+++ Makefile.am	21 Jun 2005 15:03:07 -0000	1.5
@@ -1,10 +1,12 @@
 
 SUBDIRS = \
-cairo-flat		\
-cairo-industrial	\
-cairo-simple		\
-cairo-nuvola		\
 caligula		\
 caligula-grassy		\
 caligula-swirly		\
 caligula-sketchy
+
+# We don't build the cairo-gtk-engine right now
+#cairo-flat
+#cairo-industrial
+#cairo-simple
+#cairo-nuvola




More information about the cairo-commit mailing list