diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-11 11:47:01 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-11 16:43:14 +0200 |
commit | 19805f85b35672e6d0ee16f8fb4b79a3e94fc05d (patch) | |
tree | 96ccdb549c4cf3dd910636c622924eef1eca840c /config_host | |
parent | 244f60531260cf6e88e764b5c271d5c9183b5d1a (diff) |
Build with kde5, first stab
this is largely based on jmux's work
Change-Id: I5897f3ecb90f83a29e0824bfe7a0ea875347e360
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_kde5.h.in | 10 | ||||
-rw-r--r-- | config_host/config_vclplug.h.in | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/config_host/config_kde5.h.in b/config_host/config_kde5.h.in new file mode 100644 index 000000000000..01fa9d212789 --- /dev/null +++ b/config_host/config_kde5.h.in @@ -0,0 +1,10 @@ +/* +Settings for KDE5 integration. +*/ + +#ifndef CONFIG_KDE5_H +#define CONFIG_KDE5_H + +#define KF5_HAVE_GLIB 0 + +#endif diff --git a/config_host/config_vclplug.h.in b/config_host/config_vclplug.h.in index 510d0d25229c..b7b9624cdf79 100644 --- a/config_host/config_vclplug.h.in +++ b/config_host/config_vclplug.h.in @@ -9,5 +9,6 @@ Settings about which X11 desktops have support enabled. #define ENABLE_GTK 0 #define ENABLE_KDE4 0 +#define ENABLE_KDE5 0 #endif |