diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-20 15:14:24 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-20 15:14:24 +0200 |
commit | 88492823826b3720be4ba29d246848031418bfb5 (patch) | |
tree | 4f17cc7f4ef3f76f869a1d4fcb94722464aa9d0b /linux | |
parent | Hostlist test: test non-empty domain (diff) | |
download | smolbote-88492823826b3720be4ba29d246848031418bfb5.tar.xz |
Add Kconfiglib to parse Kconfig/.config
Diffstat (limited to 'linux')
-rw-r--r-- | linux/.config | 40 |
1 files changed, 15 insertions, 25 deletions
diff --git a/linux/.config b/linux/.config index 09b5a4a..e04f44a 100644 --- a/linux/.config +++ b/linux/.config @@ -1,57 +1,47 @@ -# -# Automatically generated file; DO NOT EDIT. -# smolbote configuration -# +# Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib) # -# Build +# Build system settings # # -# Compiler settings +# Install paths # -CONFIG_CXX_FLAGS="-pipe -fstack-protector-strong -fno-plt -fPIE" -CONFIG_CXX_FLAGS_DEBUG="" -CONFIG_CXX_FLAGS_RELEASE="" +CONFIG_INSTALL_BINDIR="bin" +CONFIG_INSTALL_LIBDIR="lib64/smolbote" +CONFIG_INSTALL_PLUGINDIR="lib64/smolbote/plugins" # -# Install paths +# Application Settings # -CONFIG_INSTALL_PREFIX="" -CONFIG_INSTALL_BIN="bin" -CONFIG_INSTALL_LIB="lib/smolbote" # -# Branding +# Application # CONFIG_POI_NAME="smolbote" CONFIG_POI_EXE="poi" - -# -# Browser configuration -# +CONFIG_POI_ICON=":/icon.svg" # # Configuration defaults # CONFIG_PATH_CONFIG="~/.config/smolbote/smolbote.cfg" -CONFIG_PATH_CRASHDUMP="~/.config/smolbote/crash.d" CONFIG_PATH_FILTER="~/.config/smolbote/hosts.d" CONFIG_PATH_PLUGINS="~/.config/smolbote/plugins.d" CONFIG_PATH_PROFILES="~/.config/smolbote/profiles.d" CONFIG_PATH_BOOKMARKS="~/.config/smolbote/bookmarks.xbel" CONFIG_PATH_DOWNLOADS="~/Downloads" CONFIG_USEPLASMA=y -# CONFIG_USEBREAKPAD is not set # -# Devel +# KDE Integration # -CONFIG_QTWARNINGS=y -CONFIG_TESTS=y -# CONFIG_LLVMLIBCPP is not set +# CONFIG_PLASMA_BLUR is not set +CONFIG_WALLET_FOLDER="smolbote" +# CONFIG_USEBREAKPAD is not set # # Workarounds # -CONFIG_QTBUG-62511=y +CONFIG_QTBUG_62511=y +CONFIG_QTBUG_65223=y |