From fd9f07975042985719857f390dee2245fc80642d Mon Sep 17 00:00:00 2001 From: sleske Date: Sun, 31 Aug 2014 12:28:49 +0000 Subject: Refactor:gui/sdl:Remove macro LINUX_TOUCHSCREEN and corresponding dead code. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5884 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index eadbb5f6..366de214 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ add_module(graphics/android "FreeType library not found" FALSE) add_module(graphics/gd "FreeType library not found" FALSE) add_module(graphics/gtk_drawing_area "FreeType library not found" FALSE) add_module(graphics/opengl "FreeType library not found" FALSE) -add_module(graphics/sdl "FreeType library not found" FALSE) +add_module(graphics/sdl "Required library not found" FALSE) add_module(graphics/qt_qpainter "Qt libraries not found" FALSE) add_module(gui/qml "Qt Declarative not found" FALSE) add_module(gui/gtk "GTK libs not found" FALSE) -- cgit v1.2.1