[retro-gtk] build: Remove GIR rules from Vala flags



commit d181d6bfb83d45baa0277194f4fe64c99591cc5a
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Sep 9 09:01:04 2016 +0200

    build: Remove GIR rules from Vala flags
    
    This avoids a double definition of the GIR file creation rules, once
    correctly via Automake, once incorrectly via the Vala rules.
    
    This allows the GIR files to land in the builddir rather than the
    srcdir.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771170

 retro-gobject/Makefile.am |    1 -
 retro-gtk/Makefile.am     |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/retro-gobject/Makefile.am b/retro-gobject/Makefile.am
index f851264..657d5a3 100644
--- a/retro-gobject/Makefile.am
+++ b/retro-gobject/Makefile.am
@@ -85,7 +85,6 @@ libretro_gobject_la_VALAFLAGS = \
        --target-glib 2.32 \
        --library retro-gobject-0.6 \
        --vapi retro-gobject-0.6.vapi \
-       --gir Retro-0.6.gir \
        -H retro-gobject.h \
        -h retro-gobject-internal.h \
        -X -fPIC -X -shared \
diff --git a/retro-gtk/Makefile.am b/retro-gtk/Makefile.am
index 4addff2..1d3ea3c 100644
--- a/retro-gtk/Makefile.am
+++ b/retro-gtk/Makefile.am
@@ -61,7 +61,6 @@ libretro_gtk_la_VALAFLAGS = \
        --target-glib 2.32 \
        --library retro-gtk-0.6 \
        --vapi retro-gtk-0.6.vapi \
-       --gir RetroGtk-0.6.gir \
        -H retro-gtk.h \
        -X -fPIC -X -shared \
        $(NULL)


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