| configure.ac (57c1b8df) | configure.ac (595ead2b) |
|---|---|
| 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 5923 unchanged lines hidden (view full) --- 5932if test "$test_gtk" = "yes"; then 5933 5934 if test "$ENABLE_GTK" = "TRUE" ; then 5935 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 ,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages])) 5936 PKG_CHECK_MODULES(GTHREAD, gthread-2.0,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages])) 5937 BUILD_TYPE="$BUILD_TYPE GTK" 5938 5939 if test "x$enable_systray" = "xyes"; then | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 5923 unchanged lines hidden (view full) --- 5932if test "$test_gtk" = "yes"; then 5933 5934 if test "$ENABLE_GTK" = "TRUE" ; then 5935 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 ,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages])) 5936 PKG_CHECK_MODULES(GTHREAD, gthread-2.0,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages])) 5937 BUILD_TYPE="$BUILD_TYPE GTK" 5938 5939 if test "x$enable_systray" = "xyes"; then |
| 5940 PKG_CHECK_MODULES(GTK_2_16,gtk+-2.0 >= 2.16.0, | 5940 PKG_CHECK_MODULES(GTK_2_10,gtk+-2.0 >= 2.10.0, |
| 5941 [ENABLE_SYSTRAY_GTK="TRUE" 5942 BUILD_TYPE="$BUILD_TYPE SYSTRAY_GTK"], 5943 [ENABLE_SYSTRAY_GTK=""]) 5944 fi 5945 5946 AC_MSG_CHECKING([whether to enable DBUS support]) 5947 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_dbus" = "yes"; then 5948 ENABLE_DBUS="TRUE" --- 1467 unchanged lines hidden --- | 5941 [ENABLE_SYSTRAY_GTK="TRUE" 5942 BUILD_TYPE="$BUILD_TYPE SYSTRAY_GTK"], 5943 [ENABLE_SYSTRAY_GTK=""]) 5944 fi 5945 5946 AC_MSG_CHECKING([whether to enable DBUS support]) 5947 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_dbus" = "yes"; then 5948 ENABLE_DBUS="TRUE" --- 1467 unchanged lines hidden --- |