diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-05-29 13:35:23 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-05-29 16:32:24 +0200 |
commit | b6518bebc5fc82c88a455c6b22023e6392483e14 (patch) | |
tree | 4944b1a2a5cb501751c6cc1c30e60a20e5c4a4bd /config_host | |
parent | 1d15f180a6e6a45b74b602402176f0d6e4372cc6 (diff) |
vcl: Implement static vclplug usage
.. and convert Android to it. Will also be used by WASM.
It's also kind of a followup on commit
f5af2104fc490b90510e36bbf1d2adec8017c594.
Change-Id: I3a1b5bc2eae2692e706da10c6352534433c61e57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116385
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_vclplug.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_vclplug.h.in b/config_host/config_vclplug.h.in index 488140b9ee4d..1a44907fb087 100644 --- a/config_host/config_vclplug.h.in +++ b/config_host/config_vclplug.h.in @@ -7,6 +7,11 @@ Settings about which desktops have support enabled. #ifndef CONFIG_VCLPLUG_H #define CONFIG_VCLPLUG_H +/** + * Set, if the platform uses X11 code. + */ +#define USING_X11 0 + #define ENABLE_GTK3 0 #define ENABLE_GTK3_KDE5 0 #define ENABLE_KF5 0 |