[epiphany] Disable introspection for distcheck
- From: Xan Lopez <xan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [epiphany] Disable introspection for distcheck
- Date: Wed, 30 Dec 2009 20:37:08 +0000 (UTC)
commit 2a11d43e280b62beba558f84217ce941954e09da
Author: Xan Lopez <xan gnome org>
Date: Wed Dec 30 21:18:52 2009 +0100
Disable introspection for distcheck
There's a (apparently) nasty circular dependency issue when doing
distcheck with introspection enabled. The .gir file needs the epiphany
binary to be built, so basically when doing the dist part of check
copying the files to the temp directory we trigger a full build. This
would be already bad, but on top of that it does not work, since we
use BUILT_SOURCES for some generated files, which does not work during
'make dist'.
So disable it while we figure this out.
Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c76d1a9..5b5d1d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,7 @@ DISTCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = \
--enable-zeroconf \
--enable-gtk-doc \
+ --disable-introspection \
--disable-schemas-install \
--disable-scrollkeeper
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]