[gjs] Require gobject-introspection
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] Require gobject-introspection
- Date: Fri, 12 Aug 2011 07:51:05 +0000 (UTC)
commit 91f258ce968f361199b43c0b703b30374dd3b543
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Fri Aug 5 05:03:58 2011 -0400
Require gobject-introspection
gobject-introspection is not optional so use GOBJECT_INTROSPECTION_REQUIRE
rather than _CHECK, to avoid makefiles breaking in weird ways.
https://bugzilla.gnome.org/show_bug.cgi?id=656016
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c2e9a0e..067137d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,7 +231,7 @@ else
fi
CFLAGS="$save_CFLAGS"
-GOBJECT_INTROSPECTION_CHECK([1.29.16])
+GOBJECT_INTROSPECTION_REQUIRE([1.29.16])
common_packages="gobject-2.0 >= gobject_required_version $JS_PACKAGE"
gjs_packages="gmodule-2.0 gthread-2.0 gobject-introspection-1.0 >= 0.10.1 $common_packages"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]