]> git.pld-linux.org Git - packages/babl.git/blob - babl-gir-fix.patch
- dropped elfutils-devel BR (caused by broken glib2 build)
[packages/babl.git] / babl-gir-fix.patch
1 From c024c89f95de4a8fa95ba96790dac61768d11a17 Mon Sep 17 00:00:00 2001
2 From: Dominique Leuenberger <dimstar@opensuse.org>
3 Date: Tue, 10 Jan 2012 16:32:50 +0000
4 Subject: gobject-introspection: fix build of the .gir and .typelib files.
5
6 ---
7 diff --git a/babl/Makefile.am b/babl/Makefile.am
8 index cefab57..03115a3 100644
9 --- a/babl/Makefile.am
10 +++ b/babl/Makefile.am
11 @@ -93,10 +93,10 @@ INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
12  INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
13  
14  if HAVE_INTROSPECTION
15 -Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sources) $(srcdir)/Makefile.am
16 +Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sources) $(srcdir)/Makefile.am libbabl-@BABL_API_VERSION@.la
17         $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=$(BABL_API_VERSION) \
18              --add-include-path=$(srcdir) --add-include-path=. \
19 -            --library=babl-$(BABL_API_VERSION) \
20 +            --library=$(builddir)/libbabl-$(BABL_API_VERSION).la \
21              --libtool="$(LIBTOOL)" \
22              --output $@ \
23              -DBABL_IS_BEING_COMPILED \
24 --
25 cgit v0.9.0.2
This page took 0.051396 seconds and 3 git commands to generate.