mirror of
https://github.com/moparisthebest/hexchat
synced 2024-12-22 15:48:52 -05:00
gtk_show_uri() requires GTK+ 2.14
This commit is contained in:
parent
561f3044d6
commit
b5fef8d0e2
@ -201,7 +201,7 @@ dnl *********************************************************************
|
||||
|
||||
# we might get undefined macro without this test
|
||||
if test "$gtkfe" = yes ; then
|
||||
AM_PATH_GTK_2_0(2.10.0, havegtk=yes, havegtk=no)
|
||||
AM_PATH_GTK_2_0(2.14.0, havegtk=yes, havegtk=no)
|
||||
|
||||
if test "$havegtk" = no; then
|
||||
gtkfe=no
|
||||
|
@ -19,7 +19,7 @@ in general. HexChat runs on most BSD and POSIX compliant operating systems.
|
||||
|
||||
## Requirements:
|
||||
|
||||
* GTK+ 2.10
|
||||
* GTK+ 2.14
|
||||
* GLib 2.14
|
||||
|
||||
HexChat is known to work on, at least:
|
||||
|
Loading…
Reference in New Issue
Block a user