[rygel/wip/g-i] wip: Add g-i
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/g-i] wip: Add g-i
- Date: Fri, 12 Oct 2012 07:20:09 +0000 (UTC)
commit ad8a91e6afb9ad33bc6224532fbe78de00e06c9f
Author: Jens Georg <jensg openismus com>
Date: Fri Oct 12 09:19:14 2012 +0200
wip: Add g-i
configure.ac | 2 ++
src/librygel-core/Makefile.am | 14 ++++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a3e24c4..8ebc9aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,8 @@ dnl Disable generation of static libraries
LT_PREREQ([2.2.6])
LT_INIT([dlopen disable-static])
+GOBJECT_INTROSPECTION_REQUIRE([1.33.4])
+
dnl Required versions of library packages
GLIB_REQUIRED=2.31.13
VALA_REQUIRED=0.16.1
diff --git a/src/librygel-core/Makefile.am b/src/librygel-core/Makefile.am
index 14f815a..af0fea4 100644
--- a/src/librygel-core/Makefile.am
+++ b/src/librygel-core/Makefile.am
@@ -19,6 +19,7 @@ librygel_core_2_0_la_SOURCES = \
librygel_core_2_0_la_VALAFLAGS = \
-H rygel-core.h -C --library=rygel-core-2.0 \
+ --gir=RygelCore-2.0.gir \
$(LIBRYGEL_CORE_VALAFLAGS_PKG) \
$(RYGEL_COMMON_VALAFLAGS)
@@ -42,6 +43,19 @@ vapidir = $(VAPIDIR)
vapi_DATA = $(VAPI_FILES) $(DEPS_FILES)
rygel-core-2.0.vapi rygel-core.h: librygel_core_2_0_la_vala.stamp
+-include $(INTROSPECTION_MAKEFILE)
+INTROSPECTION_GIRS=
+INTROSPECTION_SCANNER_ARGS=
+INTROSPECTION_COMPILER_ARGS= -l librygel-core-2.0.so.1
+RygelCore-2.0.gir: librygel-core-2.0.la
+GIRS = RygelCore-2.0.gir
+
+girdir=/tmp
+dist_gir_DATA = $(GIRS)
+
+typelibdir=/tmp
+nodist_typelib_DATA = $(GIRS:.gir=.typelib)
+
MAINTAINERCLEANFILES += $(BUILT_SOURCES)
EXTRA_DIST = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]