[gnome-games] plugins: Fix retro-gtk version



commit 2bac61fcdc4b293add8841a2a01f0d6e4c3a1926
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Oct 20 14:47:13 2017 +0200

    plugins: Fix retro-gtk version

 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 +-
 13 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/plugins/desktop/configure.ac b/plugins/desktop/configure.ac
index 709cf72..0ae1bf2 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.12
+       retro-gtk-0.14
        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 dfd82e5..ac6f29e 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.12
+       retro-gtk-0.14
 ], [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 3fdf91a..d4906b9 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.12
+       retro-gtk-0.14
 ], [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 8d0d474..5a15d05 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.12
+       retro-gtk-0.14
 ], [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 618f374..f0e6b0f 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.12
+       retro-gtk-0.14
 ], [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 75993c4..ae67c12 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.12
+       retro-gtk-0.14
 ], [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 4618d80..50e5b4c 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.12
+       retro-gtk-0.14
 ], [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 9d7c322..af9d449 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.12
+       retro-gtk-0.14
        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 ec503c0..805b5a5 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.12
+       retro-gtk-0.14
 ], [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 7771372..f639703 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.12
+       retro-gtk-0.14
 ], [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 0abeec7..510b79b 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.12
+       retro-gtk-0.14
        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 d1b8ddb..2b7970f 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.12
+       retro-gtk-0.14
 ], [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 07bc44f..ff50e0b 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.12
+       retro-gtk-0.14
 ], [enable_wii_plugin=yes], [enable_wii_plugin=no])
 
 AM_CONDITIONAL(ENABLE_WII_PLUGIN, test x$enable_wii_plugin != xno)


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