]> Pileus Git - ~andy/gtk/commitdiff
Disable theme engines for now
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Dec 2010 15:12:22 +0000 (10:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Dec 2010 15:19:00 +0000 (10:19 -0500)
They need to be ported to GtkThemingEngine.

modules/engines/Makefile.am

index 7f652395518fa3d98bd24e3959630d6cdf13bfcb..5af553f16e928df5024016df06615d7da0295184 100644 (file)
@@ -4,6 +4,10 @@ if USE_WIN32
 wimp = ms-windows
 endif
 
-SUBDIRS = $(wimp) pixbuf
+# the theme engines need to be ported to GtkThemingEngine
+# SUBDIRS = $(wimp) pixbuf
+
+DIST_SUBDIRS = ms-windows pixbuf
+
 
 -include $(top_srcdir)/git.mk