summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-06 10:12:22 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-06 10:19:00 -0500
commit48dba326c2794dcb998b77955ec0e00cd1780ca4 (patch)
tree1f996617abdf4759005e61392e120dd8827f4ad8 /modules
parentd23fb64d972ee184ab39e9e4ed90230f0faee287 (diff)
downloadgtk+-48dba326c2794dcb998b77955ec0e00cd1780ca4.tar.gz
Disable theme engines for now
They need to be ported to GtkThemingEngine.
Diffstat (limited to 'modules')
-rw-r--r--modules/engines/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/engines/Makefile.am b/modules/engines/Makefile.am
index 7f65239551..5af553f16e 100644
--- a/modules/engines/Makefile.am
+++ b/modules/engines/Makefile.am
@@ -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