[gnome-games] build: Replace libmanette-0.1.2 by manette-0.2.0
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] build: Replace libmanette-0.1.2 by manette-0.2.0
- Date: Mon, 12 Mar 2018 10:58:02 +0000 (UTC)
commit 55ec6a3464e383550ae719f3435490f7bea4f2fc
Author: 1PunMan <saurabhsingh412 gmail com>
Date: Thu Mar 8 16:12:26 2018 +0530
build: Replace libmanette-0.1.2 by manette-0.2.0
The libmanette library changed its name to manette at version 0.2.0. As we want to use this version we
have to both rename it and bump its version number at the same time.
https://gitlab.gnome.org/GNOME/gnome-games/issues/10
configure.ac | 6 +++---
src/Makefile.am | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f5b8e27..df27735 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,10 +17,10 @@ AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
GLIB_GSETTINGS
GLIB_MIN_VERSION=2.38.0
-LIBMANETTE_MIN_VERSION=0.1.2
+MANETTE_MIN_VERSION=0.2.0
RETRO_GTK_MIN_VERSION=0.13.2
AC_SUBST(GLIB_MIN_VERSION)
-AC_SUBST(LIBMANETTE_MIN_VERSION)
+AC_SUBST(MANETTE_MIN_VERSION)
AC_SUBST(RETRO_GTK_MIN_VERSION)
LT_INIT
@@ -45,7 +45,7 @@ PKG_CHECK_MODULES(GNOME_GAMES, [
glib-2.0 >= $GLIB_MIN_VERSION
grilo-0.3
gtk+-3.0
- libmanette-0.2 >= $LIBMANETTE_MIN_VERSION
+ manette-0.2 >= $MANETTE_MIN_VERSION
librsvg-2.0
libsoup-2.4
libxml-2.0
diff --git a/src/Makefile.am b/src/Makefile.am
index 649b8d1..ee95dc2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -170,7 +170,7 @@ gnome_games_VALAFLAGS = \
--pkg glib-2.0 \
--pkg grilo-0.3 \
--pkg gtk+-3.0 \
- --pkg libmanette-0.2 \
+ --pkg manette-0.2 \
--pkg librsvg-2.0 \
--pkg libsoup-2.4 \
--pkg libxml-2.0 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]