1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-10 16:08:31 +00:00

fix for building with --disable-x11

This commit is contained in:
Phil Sutter 2009-02-22 03:07:14 +01:00
parent 90a3e8de80
commit 3cd87aadf8

View File

@ -7073,6 +7073,7 @@ static _Bool append_works(const char *path)
return 1; return 1;
} }
#ifdef X11
static void X11_initialisation(void) static void X11_initialisation(void)
{ {
output_methods |= TO_X; output_methods |= TO_X;
@ -7080,6 +7081,7 @@ static void X11_initialisation(void)
set_default_configurations_for_x(); set_default_configurations_for_x();
x_initialised = YES; x_initialised = YES;
} }
#endif /* X11 */
static void load_config_file(const char *f) static void load_config_file(const char *f)
{ {