
- New patch. Build the pixbuf engine even if it hasn't been ported to the new GtkThemingEngine API.
12 lines
244 B
Diff
12 lines
244 B
Diff
--- a/modules/engines/Makefile.am
|
|
+++ b/modules/engines/Makefile.am
|
|
@@ -5,7 +5,7 @@
|
|
endif
|
|
|
|
# the theme engines need to be ported to GtkThemingEngine
|
|
-# SUBDIRS = $(wimp) pixbuf
|
|
+SUBDIRS = $(wimp) pixbuf
|
|
|
|
DIST_SUBDIRS = ms-windows pixbuf
|
|
|