aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-15 07:32:44 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-15 07:41:45 +0200
commitc31a89a3b56e7d081178e09cc58add5c5b84a91a (patch)
tree4b547f0c347679fa6b3f118f1ba6a231c58010f1 /lib/configuration
parentUpdate CMakeLists option names (diff)
downloadsmolbote-c31a89a3b56e7d081178e09cc58add5c5b84a91a.tar.xz
Rewrite vendor.cmake to cmake/VendorConfig.cmake
Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name.
Diffstat (limited to 'lib/configuration')
-rw-r--r--lib/configuration/defaults.h.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/configuration/defaults.h.in b/lib/configuration/defaults.h.in
index 6a7232e..c64cf2f 100644
--- a/lib/configuration/defaults.h.in
+++ b/lib/configuration/defaults.h.in
@@ -1,14 +1,14 @@
#ifndef SMOLBOTE_DEFAULTS
#define SMOLBOTE_DEFAULTS
-#cmakedefine Path_Config "@Path_Config@"
-#cmakedefine Path_Crashdump "@Path_Crashdump@"
+#define Path_Config "@CONFIG_PATH_CONFIG@"
+#define Path_Crashdump "@CONFIG_PATH_CRASHDUMP@"
-#cmakedefine Path_Filter "@Path_Filter@"
-#cmakedefine Path_Plugins "@Path_Plugins@"
-#cmakedefine Path_Profiles "@Path_Profiles@"
+#define Path_Filter "@CONFIG_PATH_FILTER@"
+#define Path_Plugins "@CONFIG_PATH_PLUGINS@"
+#define Path_Profiles "@CONFIG_PATH_PROFILES@"
-#cmakedefine Path_Bookmarks "@Path_Bookmarks@"
-#cmakedefine Path_Downloads "@Path_Downloads@"
+#define Path_Bookmarks "@CONFIG_PATH_BOOKMARKS@"
+#define Path_Downloads "@CONFIG_PATH_DOWNLOADS@"
#endif // SMOLBOTE_DEFAULTS