[gir-repository] Only support babl >= 0.1.2
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gir-repository] Only support babl >= 0.1.2
- Date: Wed, 3 Mar 2010 16:56:50 +0000 (UTC)
commit 4bee5e3dae1119b1f0e1531c1de466b03f2bef57
Author: Bastien Nocera <hadess hadess net>
Date: Wed Mar 3 16:43:52 2010 +0000
Only support babl >= 0.1.2
https://bugzilla.gnome.org/show_bug.cgi?id=611712
configure.ac | 2 +-
gir/Makefile.am | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fac12ef..d98f238 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@ dnl soup
GIR_CHECK(Soup, libsoup-2.4)
dnl babl
-GIR_CHECK(BABL, babl)
+GIR_CHECK(BABL, babl >= 0.1.2)
dnl nautilus-extension
GIR_CHECK(Nautilus, libnautilus-extension)
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 4a6e131..4c52f5e 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -841,18 +841,18 @@ BUILT_GIRSOURCES += Avahi-0.6.gir
endif BUILD_AVAHI
if BUILD_BABL
-BABL_INCLUDEDIR=`pkg-config --variable=includedir babl`/babl-0.0
+BABL_INCLUDEDIR=`pkg-config --variable=includedir babl`/babl-0.1
Babl-0.0.gir: $(INTROSPECTION_SCANNER)
- $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=0.0 \
+ $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=0.1 \
--add-include-path=$(srcdir) --add-include-path=. \
--include=GObject-2.0 \
- --library=babl-0.0 \
+ --library=babl-0.1 \
--libtool="$(LIBTOOL)" \
--output $@ \
--pkg babl \
-D_BABL_H \
$(BABL_INCLUDEDIR)/babl/*.h
-BUILT_GIRSOURCES += Babl-0.0.gir
+BUILT_GIRSOURCES += Babl-0.1.gir
endif BUILD_BABL
if BUILD_UNIQUE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]