[librsvg/gnome-3-2] Use RSVG_API_VERSION in the .gir filename



commit e263ee4ffae4b40fd96e1aaa0eac48a75e3bf968
Author: Alexandre Rostovtsev <tetromino gentoo org>
Date:   Wed Nov 23 17:41:12 2011 -0500

    Use RSVG_API_VERSION in the .gir filename
    
    RSVG_API_VERSION == "2.0"
    RSVG_API_VERSION_U == "2_0"
    
    We want to use 2.0 when referring to the .gir filename, and 2_0 when
    referring to the automake targets derived from the filename. Otherwise,
    parallel make fails.
    
    Thanks to RafaÅ MuÅyÅo <galtgendo o2 pl> for pointing this out in
    https://bugs.gentoo.org/show_bug.cgi?id=391215#c10
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664684

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e4510d7..aa1f07c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -258,7 +258,7 @@ INTROSPECTION_GIRS = Rsvg- RSVG_API_VERSION@.gir
 INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
 
-Rsvg- RSVG_API_VERSION_U@.gir: librsvg- RSVG_API_MAJOR_VERSION@.la
+Rsvg- RSVG_API_VERSION@.gir: librsvg- RSVG_API_MAJOR_VERSION@.la
 
 Rsvg_ RSVG_API_VERSION_U@_gir_NAMESPACE = Rsvg
 Rsvg_ RSVG_API_VERSION_U@_gir_EXPORT_PACKAGES = librsvg-$(RSVG_API_VERSION)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]