[gnome-games] Bump retro-gtk to 0.12
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] Bump retro-gtk to 0.12
- Date: Mon, 17 Jul 2017 07:58:43 +0000 (UTC)
commit 70704e2d8eec0044ea81b6637fd86eac37f92cc6
Author: Adrien Plazas <kekun plazas laposte net>
Date: Sat Jul 15 16:00:54 2017 +0200
Bump retro-gtk to 0.12
configure.ac | 2 +-
plugins/desktop/configure.ac | 2 +-
plugins/dreamcast/configure.ac | 2 +-
plugins/game-cube/configure.ac | 2 +-
plugins/libretro/configure.ac | 2 +-
plugins/love/configure.ac | 2 +-
plugins/mame/configure.ac | 2 +-
plugins/nintendo-ds/configure.ac | 2 +-
plugins/playstation/configure.ac | 2 +-
plugins/sega-cd/configure.ac | 2 +-
plugins/sega-saturn/configure.ac | 2 +-
plugins/steam/configure.ac | 2 +-
plugins/turbografx-cd/configure.ac | 2 +-
plugins/wii/configure.ac | 2 +-
src/Makefile.am | 2 +-
src/gnome-games.deps | 2 +-
16 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 99ac2d6..55a8e33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ PKG_CHECK_MODULES(GNOME_GAMES, [
gtk+-3.0
libsoup-2.4
libxml-2.0
- retro-gtk-0.10
+ retro-gtk-0.12
sqlite3
tracker-sparql-2.0
])
diff --git a/plugins/desktop/configure.ac b/plugins/desktop/configure.ac
index 9c603fc..709cf72 100644
--- a/plugins/desktop/configure.ac
+++ b/plugins/desktop/configure.ac
@@ -3,7 +3,7 @@ PKG_CHECK_MODULES(DESKTOP_PLUGIN, [
gio-unix-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
tracker-sparql-2.0
], [enable_desktop_plugin=yes], [enable_desktop_plugin=no])
diff --git a/plugins/dreamcast/configure.ac b/plugins/dreamcast/configure.ac
index 6d0d343..dfd82e5 100644
--- a/plugins/dreamcast/configure.ac
+++ b/plugins/dreamcast/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(DREAMCAST_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_dreamcast_plugin=yes], [enable_dreamcast_plugin=no])
AM_CONDITIONAL(ENABLE_DREAMCAST_PLUGIN, test x$enable_dreamcast_plugin != xno)
diff --git a/plugins/game-cube/configure.ac b/plugins/game-cube/configure.ac
index f3f20a5..3fdf91a 100644
--- a/plugins/game-cube/configure.ac
+++ b/plugins/game-cube/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(GAME_CUBE_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_game_cube_plugin=yes], [enable_game_cube_plugin=no])
AM_CONDITIONAL(ENABLE_GAME_CUBE_PLUGIN, test x$enable_game_cube_plugin != xno)
diff --git a/plugins/libretro/configure.ac b/plugins/libretro/configure.ac
index f09e3c7..8d0d474 100644
--- a/plugins/libretro/configure.ac
+++ b/plugins/libretro/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(LIBRETRO_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_libretro_plugin=yes], [enable_libretro_plugin=no])
AM_CONDITIONAL(ENABLE_LIBRETRO_PLUGIN, test x$enable_libretro_plugin != xno)
diff --git a/plugins/love/configure.ac b/plugins/love/configure.ac
index 8b042b4..618f374 100644
--- a/plugins/love/configure.ac
+++ b/plugins/love/configure.ac
@@ -3,7 +3,7 @@ PKG_CHECK_MODULES(LOVE_PLUGIN, [
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
libarchive
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_love_plugin=yes], [enable_love_plugin=no])
AM_CONDITIONAL(ENABLE_LOVE_PLUGIN, test x$enable_love_plugin != xno)
diff --git a/plugins/mame/configure.ac b/plugins/mame/configure.ac
index 42931c9..75993c4 100644
--- a/plugins/mame/configure.ac
+++ b/plugins/mame/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(MAME_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_mame_plugin=yes], [enable_mame_plugin=no])
AM_CONDITIONAL(ENABLE_MAME_PLUGIN, test x$enable_mame_plugin != xno)
diff --git a/plugins/nintendo-ds/configure.ac b/plugins/nintendo-ds/configure.ac
index 13b2758..4618d80 100644
--- a/plugins/nintendo-ds/configure.ac
+++ b/plugins/nintendo-ds/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(NINTENDO_DS_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_nintendo_ds_plugin=yes], [enable_nintendo_ds_plugin=no])
AM_CONDITIONAL(ENABLE_NINTENDO_DS_PLUGIN, test x$enable_nintendo_ds_plugin != xno)
diff --git a/plugins/playstation/configure.ac b/plugins/playstation/configure.ac
index 067d47c..9d7c322 100644
--- a/plugins/playstation/configure.ac
+++ b/plugins/playstation/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(PSX_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
tracker-sparql-2.0
], [enable_playstation_plugin=yes], [enable_playstation_plugin=no])
diff --git a/plugins/sega-cd/configure.ac b/plugins/sega-cd/configure.ac
index 78b9062..ec503c0 100644
--- a/plugins/sega-cd/configure.ac
+++ b/plugins/sega-cd/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(SEGA_CD_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_sega_cd_plugin=yes], [enable_sega_cd_plugin=no])
AM_CONDITIONAL(ENABLE_SEGA_CD_PLUGIN, test x$enable_sega_cd_plugin != xno)
diff --git a/plugins/sega-saturn/configure.ac b/plugins/sega-saturn/configure.ac
index 02d84b2..7771372 100644
--- a/plugins/sega-saturn/configure.ac
+++ b/plugins/sega-saturn/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(SEGA_SATURN_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_sega_saturn_plugin=yes], [enable_sega_saturn_plugin=no])
AM_CONDITIONAL(ENABLE_SEGA_SATURN_PLUGIN, test x$enable_sega_saturn_plugin != xno)
diff --git a/plugins/steam/configure.ac b/plugins/steam/configure.ac
index 457ada3..0abeec7 100644
--- a/plugins/steam/configure.ac
+++ b/plugins/steam/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(STEAM_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
tracker-sparql-2.0
], [enable_steam_plugin=yes], [enable_steam_plugin=no])
diff --git a/plugins/turbografx-cd/configure.ac b/plugins/turbografx-cd/configure.ac
index 25d701c..d1b8ddb 100644
--- a/plugins/turbografx-cd/configure.ac
+++ b/plugins/turbografx-cd/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(TURBOGRAFX_CD_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_turbografx_cd_plugin=yes], [enable_turbografx_cd_plugin=no])
AM_CONDITIONAL(ENABLE_TURBOGRAFX_CD_PLUGIN, test x$enable_turbografx_cd_plugin != xno)
diff --git a/plugins/wii/configure.ac b/plugins/wii/configure.ac
index 544732c..07bc44f 100644
--- a/plugins/wii/configure.ac
+++ b/plugins/wii/configure.ac
@@ -2,7 +2,7 @@ PKG_CHECK_MODULES(WII_PLUGIN, [
gio-2.0
glib-2.0 >= $GLIB_MIN_VERSION
gtk+-3.0
- retro-gtk-0.10
+ retro-gtk-0.12
], [enable_wii_plugin=yes], [enable_wii_plugin=no])
AM_CONDITIONAL(ENABLE_WII_PLUGIN, test x$enable_wii_plugin != xno)
diff --git a/src/Makefile.am b/src/Makefile.am
index 026300b..6caaed4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -194,7 +194,7 @@ gnome_games_VALAFLAGS = \
--pkg libxml-2.0 \
--pkg sqlite3 \
--pkg tracker-sparql-2.0 \
- --pkg retro-gtk-0.10 \
+ --pkg retro-gtk-0.12 \
--pkg linux \
--pkg posix \
--pkg event \
diff --git a/src/gnome-games.deps b/src/gnome-games.deps
index 1372b02..8c62f7b 100644
--- a/src/gnome-games.deps
+++ b/src/gnome-games.deps
@@ -1,5 +1,5 @@
gio-2.0
glib-2.0
gtk+-3.0
-retro-gtk-0.10
+retro-gtk-0.12
tracker-sparql-2.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]