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



commit 6d07fb6986dc9b39153eaad81f4cc40ff2d4e853
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Aug 24 03:13:25 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 2e7d47d..2c900fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ PKG_CHECK_MODULES(GNOME_2048, [
   clutter-1.0 >= $CLUTTER_REQUIRED
   clutter-gtk-1.0 >= $CLUTTER_GTK_REQUIRED
   gee-0.8 >= $GEE_REQUIRED
-  libgnome-games-support-1.0
+  libgnome-games-support-1
 ])
 
 AC_PATH_PROG([DESKTOP_FILE_VALIDATE], [desktop-file-validate], [/bin/true])
diff --git a/src/Makefile.am b/src/Makefile.am
index 4f5dc27..c12481c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ gnome_2048_VALAFLAGS = \
        --pkg clutter-gtk-1.0 \
        --pkg cogl-1.0 \
        --pkg gee-0.8 \
-       --pkg libgnome-games-support-1.0
+       --pkg libgnome-games-support-1
 
 gnome_2048_LDADD = \
        $(GNOME_2048_LIBS) \


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