mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-26 16:48:28 +00:00
weather: glib is not needed
This commit is contained in:
parent
e905c7d4f1
commit
d9cb095441
@ -356,7 +356,6 @@ AC_ARG_ENABLE([weather],
|
|||||||
#
|
#
|
||||||
AM_CONDITIONAL(BUILD_WEATHER, test x$want_weather = xyes)
|
AM_CONDITIONAL(BUILD_WEATHER, test x$want_weather = xyes)
|
||||||
if test x$want_weather = xyes; then
|
if test x$want_weather = xyes; then
|
||||||
WANT_GLIB=yes
|
|
||||||
PKG_CHECK_MODULES([libcurl], libcurl)
|
PKG_CHECK_MODULES([libcurl], libcurl)
|
||||||
conky_CFLAGS="$conky_CFLAGS $libcurl_CFLAGS"
|
conky_CFLAGS="$conky_CFLAGS $libcurl_CFLAGS"
|
||||||
conky_LIBS="$conky_LIBS $libcurl_LIBS"
|
conky_LIBS="$conky_LIBS $libcurl_LIBS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user