From f9e85b7ddddd3b6a87dfc4d907cb1fbe16e22e77 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 22 Mar 2019 16:48:12 +0200 Subject: Replace xxd with python script --- Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index a2578ec..0fbafaa 100644 --- a/Kconfig +++ b/Kconfig @@ -7,7 +7,10 @@ menu "Application" default ":/icons/poi.svg" endmenu -source lib/configuration/Kconfig +source 'lib/configuration/Kconfig' + +# Plugin loading +source 'lib/plugin/Kconfig' config USEPLASMA bool "Enable KDE Frameworks integration" -- cgit v1.2.1