From 48dba326c2794dcb998b77955ec0e00cd1780ca4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Dec 2010 10:12:22 -0500 Subject: [PATCH] Disable theme engines for now They need to be ported to GtkThemingEngine. --- modules/engines/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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