[devhelp] build: remove OSX integration support
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] build: remove OSX integration support
- Date: Fri, 1 Feb 2013 14:17:43 +0000 (UTC)
commit c91c2bb8d73bc6a93036eb22ca886b2c2dc7e150
Author: Aleksander Morgado <aleksander lanedo com>
Date: Fri Feb 1 15:17:17 2013 +0100
build: remove OSX integration support
configure.ac | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6751790..245d852 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,19 +45,6 @@ AM_GCONF_SOURCE_2
GNOME_COMPILE_WARNINGS([maximum])
-dnl -----------------------------------------------------------
-dnl Platform (GTK+ X11 or GTK OS X)
-dnl -----------------------------------------------------------
-IGE_PLATFORM_CHECK
-if test "x$IGE_PLATFORM" = xx11; then
- gconf_pkgconfig="gconf-2.0 >= 2.6.0"
- gtkmacintegration_pkgconfig=
-else
- gconf_pkgconfig=
- gtkmacintegration_pkgconfig="gtk-mac-integration >= 1.0.0"
-fi
-AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$IGE_PLATFORM" = xx11)
-
AC_ARG_WITH(webkit2,
[AC_HELP_STRING([--with-webkit2], [build with WebKit2 [default=yes]])],
[],[with_webkit2=yes])
@@ -86,7 +73,6 @@ PKG_CHECK_MODULES(LIBDEVHELP, [
gtk+-3.0 >= 3.5.6
gio-2.0 >= 2.32
$gconf_pkgconfig
- $gtkmacintegration_pkgconfig
$WEBKITGTK_PC_NAME >= $WEBKITGTK_REQUIRED_VERSION
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]