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



commit f5adab6a8350c2e0e191c20ba5ffa6e35076b6ec
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Aug 24 03:16:55 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 72c77be..eccaa92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ PKG_CHECK_MODULES(GNOME_KLOTSKI, [
   gee-0.8
   glib-2.0 >= $GLIB_REQUIRED
   gtk+-3.0 >= $GTK_REQUIRED
-  libgnome-games-support-1.0
+  libgnome-games-support-1
   librsvg-2.0 >= $RSVG_REQUIRED
 ])
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 2c48e73..af080c8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@ gnome_klotski_VALAFLAGS = \
        --pkg posix \
        --pkg gee-0.8 \
        --pkg gtk+-3.0 \
-       --pkg libgnome-games-support-1.0 \
+       --pkg libgnome-games-support-1 \
        --pkg librsvg-2.0 \
        --gresources $(builddir)/klotski.gresource.xml \
        --target-glib $(GLIB_REQUIRED)


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