summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-11-21 14:40:19 +0000
committerMark Wielaard <mark@klomp.org>2003-11-21 14:40:19 +0000
commit800215bddf48d4b54f0f0a761ca37c64a899477d (patch)
tree0ec6863dfaba2198a92917177a4b988d17c3070e
parent7cb4802804f64af2ce0a5f24433611b8f6120019 (diff)
downloadclasspath-800215bddf48d4b54f0f0a761ca37c64a899477d.tar.gz
* configure.in: Depend on gtk+ 2.2.x.
* HACKING, NEWS: Document.
-rw-r--r--ChangeLog5
-rw-r--r--HACKING2
-rw-r--r--NEWS6
-rw-r--r--configure.in4
4 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e35db6534..716a691ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-11-21 Mark Wielaard <mark@klomp.org>
+ * configure.in: Depend on gtk+ 2.2.x.
+ * HACKING, NEWS: Document.
+
+2003-11-21 Mark Wielaard <mark@klomp.org>
+
* vm/reference/java/lang/Runtime.java (exit): Add extra comments.
2003-11-21 Mark Wielaard <mark@klomp.org>
diff --git a/HACKING b/HACKING
index 580b58f1d..44163deb2 100644
--- a/HACKING
+++ b/HACKING
@@ -26,7 +26,7 @@ is required.
For building the JNI native libraries, the following are required.
- - GTK+ 2.x.x
+ - GTK+ 2.2.x
- libart_lgpl 2.1.0
- gdk-pixbuf (Only needed if you want to compile the native library)
diff --git a/NEWS b/NEWS
index 6d579bd16..2e9310c03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-New in release 0.06 (not-yet-released)
+New in release 0.07 (not-yet-released)
+
+* java.awt gtk+ peers now depend on gtk+ 2.2.x.
+
+New in release 0.06 (2003/22/08)
* Update java.awt peers to GTK+2.
* java.awt.GridBagLayout implementation.
diff --git a/configure.in b/configure.in
index d9deaa319..019501879 100644
--- a/configure.in
+++ b/configure.in
@@ -131,10 +131,10 @@ if test "x${COMPILE_JNI}" = xyes; then
m4_pattern_allow([AM_PATH_GTK_2_0])
m4_pattern_allow([AM_PATH_GLIB_2_0])
m4_ifdef([AM_PATH_GTK_2_0],
- [AM_PATH_GTK_2_0(2.0.0,,exit 1)],
+ [AM_PATH_GTK_2_0(2.2.0,,exit 1)],
[AC_MSG_ERROR([No AM_PATH_GTK_2_0 macro found: use --disable-gtk-peer])])
m4_ifdef([AM_PATH_GTK_2_0],
- [AM_PATH_GLIB_2_0(2.0.0,,exit 1,gthread)],
+ [AM_PATH_GLIB_2_0(2.2.0,,exit 1,gthread)],
[AC_MSG_ERROR([No AM_PATH_GLIB_2_0 macro found: use --disable-gtk-peer])])
dnl XXX Fix me when libart.m4 has the compile test fixed!
dnl enable_libarttest=no