1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00

There is no need to have glib for rss

This commit is contained in:
Cesare Tirabassi 2010-01-03 18:46:09 +01:00
parent 9acf0bb4c0
commit c73f320798
2 changed files with 0 additions and 2 deletions

View File

@ -226,7 +226,6 @@ endif(BUILD_CURL)
if(BUILD_RSS)
set(WANT_CURL true)
set(WANT_GLIB true)
set(WANT_LIBXML2 true)
endif(BUILD_RSS)

View File

@ -361,7 +361,6 @@ AC_ARG_ENABLE([rss],
#
AM_CONDITIONAL(BUILD_RSS, test x$want_rss = xyes)
if test x$want_rss = xyes; then
WANT_GLIB=yes
want_curl=yes
want_libxml2=yes
AC_DEFINE(RSS, 1, [Define if you want Curl support])