From a2d6edd4223fc18a9b3902e388ddd105db468f32 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 19 Jan 2011 18:51:01 +0000 Subject: [PATCH] test-pixmap: Fix up compilation on EGLX We need to check for the GLX windowing system if we are to include clutter-glx.h. --- tests/interactive/test-pixmap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/interactive/test-pixmap.c b/tests/interactive/test-pixmap.c index 54d1a7c51..5a6d1b7a3 100644 --- a/tests/interactive/test-pixmap.c +++ b/tests/interactive/test-pixmap.c @@ -14,8 +14,10 @@ # include # include +# ifdef CLUTTER_WINDOWING_GLX # include # include +# endif # include # include