1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00

weather: glib is not needed

This commit is contained in:
Cesare Tirabassi 2009-07-18 06:39:54 +02:00
parent e905c7d4f1
commit d9cb095441
2 changed files with 0 additions and 1 deletions

BIN
AUTHORS

Binary file not shown.

View File

@ -356,7 +356,6 @@ AC_ARG_ENABLE([weather],
#
AM_CONDITIONAL(BUILD_WEATHER, test x$want_weather = xyes)
if test x$want_weather = xyes; then
WANT_GLIB=yes
PKG_CHECK_MODULES([libcurl], libcurl)
conky_CFLAGS="$conky_CFLAGS $libcurl_CFLAGS"
conky_LIBS="$conky_LIBS $libcurl_LIBS"