From: Christian Persch Date: Sun, 14 Jun 2009 13:41:02 +0000 (+0200) Subject: Only include eggdesktopfile.h on x11 X-Git-Tag: EVINCE_2_27_3~10 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=a6a175aba74a6715a262e20c1eabe05012c6615b;p=evince.git Only include eggdesktopfile.h on x11 --- diff --git a/shell/main.c b/shell/main.c index f2321e11..9cc94a7b 100644 --- a/shell/main.c +++ b/shell/main.c @@ -40,7 +40,7 @@ #ifdef WITH_SMCLIENT #include "eggsmclient.h" -#ifndef G_OS_WIN32 +#if GDK_WINDOWING_X11 #include "eggdesktopfile.h" #endif #endif /* WITH_SMCLIENT */