[gnome-mines] Fix libgnome-games-support target.



commit d645a6125ec6e0b776578d3664436873bb907c6d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Aug 24 03:21:53 2016 +0200

    Fix libgnome-games-support target.

 configure.ac    |    2 +-
 src/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 52b830e..cf65e95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ PKG_CHECK_MODULES(GNOME_MINES, [
   glib-2.0 >= $GLIB_REQUIRED
   gtk+-3.0 >= $GTK_REQUIRED
   librsvg-2.0 >= $RSVG_REQUIRED
-  libgnome-games-support-1.0
+  libgnome-games-support-1
 ])
 
 AC_SUBST([GLIB_REQUIRED])
diff --git a/src/Makefile.am b/src/Makefile.am
index fd7938a..f6d3dd7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@ gnome_mines_VALAFLAGS = \
        --pkg librsvg-2.0 \
        --pkg pango \
        --pkg pangocairo \
-       --pkg libgnome-games-support-1.0 \
+       --pkg libgnome-games-support-1 \
        --pkg gee-0.8 \
        --target-glib $(GLIB_REQUIRED)
 


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