From 88492823826b3720be4ba29d246848031418bfb5 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 20 Oct 2018 15:14:24 +0200 Subject: Add Kconfiglib to parse Kconfig/.config --- linux/.config | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 deletions(-) (limited to 'linux') 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 -- cgit v1.2.1