diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-30 01:22:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-30 01:22:01 +0800 |
commit | cd5e079ea927ceff9fc85638b71a5997b8506b5a (patch) | |
tree | bc3c4e373e3435afbae053b0755413da601a4731 | |
parent | f7543e4db9e1023fe5f097c6fc57cacdad896e18 (diff) | |
download | gsoc2013-evolution-cd5e079ea927ceff9fc85638b71a5997b8506b5a.tar.gz gsoc2013-evolution-cd5e079ea927ceff9fc85638b71a5997b8506b5a.tar.zst gsoc2013-evolution-cd5e079ea927ceff9fc85638b71a5997b8506b5a.zip |
TEMPORARILY build without inline images in distcheck.
Will revert this when we see a gtkimageview release that uses gtk+-3.0.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1ec88144ec..d88225b09c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -120,6 +120,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-scrollkeeper \ --enable-test-component \ + --disable-image-inline \ --disable-weather \ --with-help |