From e42911405c4bc2f8c097f47d4598baf8522ef3da Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sun, 8 May 2016 16:02:01 +0100 Subject: Moved source to src directory --- draw/Kconfig | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 draw/Kconfig (limited to 'draw/Kconfig') diff --git a/draw/Kconfig b/draw/Kconfig deleted file mode 100644 index 486461f..0000000 --- a/draw/Kconfig +++ /dev/null @@ -1,20 +0,0 @@ -menuconfig DRAW - bool "Graphic library support" - default y - -if DRAW - config GL - bool "OpenGL support" - default y - - config SDL2 - bool "SDL2 support" - default y - - config TUI - bool "Terminal interface support" - default y -endif - - - -- cgit v1.2.3