From 45eeae314d6d20df7629f85eda49a89c122d9112 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Tue, 3 Dec 2013 16:30:14 -0800 Subject: Remove {GTK,GLIB}_CHECK_VERSION This removes all conditionally compiled parts for GTK < 3.10 and GLib < 2.38. [endlessm/eos-sdk#420] --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b6551aa..7eea226 100644 --- a/configure.ac +++ b/configure.ac @@ -76,10 +76,10 @@ AC_SUBST(EOS_SDK_LT_VERSION_INFO) # Required versions of libraries # Update these whenever you use a function that requires a certain API version -GLIB_REQUIREMENT="glib-2.0 >= 2.36" +GLIB_REQUIREMENT="glib-2.0 >= 2.38" GOBJECT_REQUIREMENT="gobject-2.0" GIO_REQUIREMENT="gio-2.0" -GTK_REQUIREMENT="gtk+-3.0 >= 3.4" +GTK_REQUIREMENT="gtk+-3.0 >= 3.10" # These go into the pkg-config file as Requires: and Requires.private: # (Generally, use Requires.private: instead of Requires:) EOS_REQUIRED_MODULES= -- cgit v1.2.3