components/avahi/patches/18-gir-scanner-flags.patch
changeset 5257 0da26ce015ab
equal deleted inserted replaced
5256:1c3e20e70cc3 5257:0da26ce015ab
       
     1 Source: In-house
       
     2 note: Recent release of the gir-scanner deprecate --strip-prefix
       
     3 
       
     4 --- avahi-0.6.30/avahi-gobject/Makefile.am.orig	2015-04-07 16:28:55.538156105 -0700
       
     5 +++ avahi-0.6.30/avahi-gobject/Makefile.am	2015-04-07 16:30:01.099587139 -0700
       
     6 @@ -122,7 +122,7 @@
       
     7  Avahi_0_6_gir_CFLAGS = $(libavahi_gobject_la_CFLAGS)
       
     8  Avahi_0_6_gir_LIBS = $(lib_LTLIBRARIES)
       
     9  Avahi_0_6_gir_FILES = $(addprefix $(srcdir)/, $(CORE_SOURCES)) $(BUILT_SOURCES)
       
    10 -Avahi_0_6_gir_SCANNERFLAGS = --strip-prefix=Ga
       
    11 +Avahi_0_6_gir_SCANNERFLAGS = --identifier-prefix=Ga
       
    12  INTROSPECTION_GIRS += Avahi-0.6.gir
       
    13  INTROSPECTION_INSTALL_GIRS = AvahiCore-0.6.gir $(INTROSPECTION_GIRS)
       
    14