From 8a2a148649e810bf56c3974d74ce7b27333786ab Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 2 Feb 2011 01:00:51 -0500 Subject: [PATCH] Don't build pixbuf engine, still This was accidentally re-enabled together with the wimp. --- modules/engines/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/engines/Makefile.am b/modules/engines/Makefile.am index 5dce19124a..6d6095d631 100644 --- a/modules/engines/Makefile.am +++ b/modules/engines/Makefile.am @@ -4,8 +4,8 @@ if USE_WIN32 wimp = ms-windows endif -# the theme engines need to be ported to GtkThemingEngine -SUBDIRS = $(wimp) pixbuf +# the pixbuf engine needs to be ported to GtkThemingEngine +SUBDIRS = $(wimp) # pixbuf DIST_SUBDIRS = ms-windows pixbuf