[ekiga] [windows] gnome-icon-theme is not a dependency on Windows
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] [windows] gnome-icon-theme is not a dependency on Windows
- Date: Tue, 18 Sep 2012 04:30:17 +0000 (UTC)
commit f392172ba2fd791a0b311dd86315442357f2e84e
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Tue Sep 18 06:28:52 2012 +0200
[windows] gnome-icon-theme is not a dependency on Windows
configure.ac | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 12b8129..15029ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,7 +151,12 @@ IT_PROG_INTLTOOL([0.35.0])
dnl ###############################
dnl Mandatory GTK+ support
dnl ###############################
-PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.20.0 gnome-icon-theme >= 3.0.0])
+# on Windows the icons are manually copied in the installer
+if test "x${gm_platform}" = "xmingw" ; then
+ PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.20.0])
+else
+ PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.20.0 gnome-icon-theme >= 3.0.0])
+fi
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.24.0 gmodule-2.0 gobject-2.0 gthread-2.0])
AC_ARG_ENABLE([gtk-debug],
[AS_HELP_STRING([--enable-gtk-debug],[enable GTK+ debug flags (default is disabled)])],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]