1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 04:32:55 +00:00

comment out imlib2 until brenden finishes it

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@735 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2006-11-07 22:02:50 +00:00
parent 2c730eeb78
commit a3b5a1a1c2
2 changed files with 12 additions and 16 deletions

View File

@ -174,17 +174,18 @@ dnl
dnl IMLIB2 dnl IMLIB2
dnl dnl
AC_ARG_ENABLE([imlib2], dnl --commented out until brenden finishes it --
AC_HELP_STRING([--enable-imlib2], [enable if you want Imlib2 support [[default=no]]]), dnl AC_ARG_ENABLE([imlib2],
[want_imlib2="$enableval"], [want_imlib2=no]) dnl AC_HELP_STRING([--enable-imlib2], [enable if you want Imlib2 support [[default=no]]]),
dnl [want_imlib2="$enableval"], [want_imlib2=no])
AM_CONDITIONAL(BUILD_IMLIB2, test x$want_imlib2 = xyes) dnl
if test x$want_imlib2 = xyes; then dnl AM_CONDITIONAL(BUILD_IMLIB2, test x$want_imlib2 = xyes)
PKG_CHECK_MODULES([Imlib2], [imlib2]) dnl if test x$want_imlib2 = xyes; then
CFLAGS="$CFLAGS $Imlib2_CFLAGS" dnl PKG_CHECK_MODULES([Imlib2], [imlib2])
LIBS="$LIBS $Imlib2_LIBS" dnl CFLAGS="$CFLAGS $Imlib2_CFLAGS"
AC_DEFINE(IMLIB2, 1, [Define if you want Imlib2 support]) dnl LIBS="$LIBS $Imlib2_LIBS"
fi dnl AC_DEFINE(IMLIB2, 1, [Define if you want Imlib2 support])
dnl fi
dnl dnl
dnl PORT_MONITORS dnl PORT_MONITORS

View File

@ -6922,11 +6922,6 @@ int main(int argc, char **argv)
update_text_area(); /* to position text/window on screen */ update_text_area(); /* to position text/window on screen */
#endif /* X11 */ #endif /* X11 */
/*#ifdef CAIRO
// why the fuck not?
//do_it();
#endif*/
#ifdef X11 #ifdef X11
#ifdef OWN_WINDOW #ifdef OWN_WINDOW
if (own_window && !fixed_pos) { if (own_window && !fixed_pos) {