[anjuta] configure: Update devhelp and glade dependency
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] configure: Update devhelp and glade dependency
- Date: Wed, 3 Nov 2010 11:34:20 +0000 (UTC)
commit 54d71338fc617b2fb030d7574c076fb3a37cb529
Author: Johannes Schmid <jhs gnome org>
Date: Tue Nov 2 12:28:39 2010 +0100
configure: Update devhelp and glade dependency
Note that gladeui-3.0 doesn't even exist yet but once it exists we would require it.
configure.ac | 10 +++++-----
plugins/Makefile.am | 1 -
2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0f644cb..1fd6f03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,10 +47,10 @@ dnl GtkSourceView
GTKSOURCEVIEW_REQUIRED=2.9.7
dnl Devhelp
-LIBDEVHELP_REQUIRED=0.22
+LIBDEVHELP_REQUIRED=2.90.6
dnl Glade
-GLADEUI_REQUIRED=3.6.7
+GLADEUI_REQUIRED=3.7.1
dnl Vala
VALA_REQUIRED=0.9.5
@@ -203,7 +203,7 @@ if test "$user_disabled_devhelp" = 1; then
else
AC_MSG_RESULT(no)
PKG_CHECK_MODULES(PLUGIN_DEVHELP,
- [libdevhelp-2.0 >= $LIBDEVHELP_REQUIRED webkit-1.0],
+ [libdevhelp-3.0 >= $LIBDEVHELP_REQUIRED],
[
devhelp_enabled=yes
], [
@@ -230,7 +230,7 @@ if test "$user_disabled_glade" = 1; then
else
AC_MSG_RESULT(no)
gladeui_version=0
- PKG_CHECK_MODULES(PLUGIN_GLADE, gladeui-1.0 >= $GLADEUI_REQUIRED,
+ PKG_CHECK_MODULES(PLUGIN_GLADE, gladeui-3.0 >= $GLADEUI_REQUIRED,
[
gladeui_found=yes
], [
@@ -962,7 +962,7 @@ if [ test x$devhelp_enabled = xyes ]; then
echo "Building devhelp plugin: ...............................YES"
else
echo "Building devhelp plugin: ...............................NO"
- echo " Requires libdevhelp-2.0 (>= $LIBDEVHELP_REQUIRED)"
+ echo " Requires libdevhelp-3.0 (>= $LIBDEVHELP_REQUIRED)"
fi
if [ test x$sourceview = xyes ]; then
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 90f2f5e..cb96754 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -19,7 +19,6 @@ SUBDIRS = . \
js-debugger \
language-manager \
language-support-cpp-java \
- # language-support-js \
language-support-python \
language-support-vala \
message-view \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]