Kaydet (Commit) e837f0c7 authored tarafından Michael Meeks's avatar Michael Meeks

disable systray icon if gtk+ version is < 2.10.0

üst f2cb8945
......@@ -6366,7 +6366,9 @@ if test "$test_gtk" = "yes"; then
BUILD_TYPE="$BUILD_TYPE GTK"
if test "x$enable_systray" = "xyes"; then
ENABLE_SYSTRAY_GTK="TRUE"
PKG_CHECK_MODULES( GTK210, gtk+-2.0 >= 2.10.0,
[ ENABLE_SYSTRAY_GTK="TRUE" ],
[ ENABLE_SYSTRAY_GTK="" ])
BUILD_TYPE="$BUILD_TYPE SYSTRAY_GTK"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment