From 12ef0e108a68cfb4e371bc54bf02887ad1acffe7 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 8 Mar 2011 15:58:55 +0000 Subject: [PATCH] X11 is not only available on Linux --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 2202673a66..09f1aa123f 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -700,7 +700,7 @@ #define X11_IPATH #define X11_LPATH /usr/X11R6/lib #define X11_LIBS X11 -#defer HAVE_X11 $[and $[IS_LINUX],$[libtest $[X11_LPATH],$[X11_LIBS]]] +#defer HAVE_X11 $[and $[UNIX_PLATFORM],$[libtest $[X11_LPATH],$[X11_LIBS]]] // This defines if we have XF86DGA installed. This enables smooth // FPS-style mouse in x11display, when mouse mode M_relative is used.