From 6a3bb7c1292e393711c8cd542e061d5d4add49db Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 12 Oct 2013 16:49:54 +0300 Subject: Add HAVE_FEATURE_X11 Change-Id: I4ca7310c936ce123347be2e3243fddc738f85d6d --- config_host/config_features.h.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config_host/config_features.h.in') diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 7462ba10dc81..38d41fd27d16 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -43,6 +43,13 @@ #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 0 +/* X11 + * + * Whether we are building code to run in an X11 environment. + */ + +#define HAVE_FEATURE_X11 0 + /* EXTENSIONS - Whether we have any extension mechanism at all * * Primarily intended for non-desktop platforms where supporting -- cgit