diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-06 10:12:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-06 10:19:00 -0500 |
commit | 48dba326c2794dcb998b77955ec0e00cd1780ca4 (patch) | |
tree | 1f996617abdf4759005e61392e120dd8827f4ad8 /modules | |
parent | d23fb64d972ee184ab39e9e4ed90230f0faee287 (diff) | |
download | gtk+-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.am | 6 |
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 |