diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-12 16:49:54 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-12 18:29:50 +0300 |
commit | 6a3bb7c1292e393711c8cd542e061d5d4add49db (patch) | |
tree | 2f3a619d81c6caaca28c05b48896d250a9d4896e /config_host/config_features.h.in | |
parent | d504b887988ae7db3dcd4bd2b00b294a159a0976 (diff) |
Add HAVE_FEATURE_X11
Change-Id: I4ca7310c936ce123347be2e3243fddc738f85d6d
Diffstat (limited to 'config_host/config_features.h.in')
-rw-r--r-- | config_host/config_features.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 |