GraphicLib WaylandFbdevGLESv2: fix typo
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Fri, 11 Jan 2013 11:52:10 +0000 (20:52 +0900)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 15 Jan 2013 09:57:59 +0000 (01:57 -0800)
Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
LayerManagerPlugins/Renderers/GraphicLib/LayerManagerGraphicWaylandFbdevGLESv2/CMakeLists.txt

index 7db5daa..de48975 100644 (file)
@@ -19,7 +19,7 @@
 ############################################################################
 
 cmake_minimum_required (VERSION 2.6)
-project(LayerManagerGraphicWaylandX11GLESv2)
+project(LayerManagerGraphicWaylandFbdevGLESv2)
 project_type(CORE)
 
 #===========================================================================
@@ -32,7 +32,6 @@ SET(GRAPHIC_LIB_DIR ${CMAKE_SOURCE_DIR}/LayerManagerPlugins/Renderers/Graphic)
 # component
 #===========================================================================
 find_package(Wayland REQUIRED)
-find_package(X11 REQUIRED)
 
 include_directories(
     ${GRAPHIC_LIB_DIR}/include
@@ -40,8 +39,6 @@ include_directories(
     ${CMAKE_SOURCE_DIR}/config
     ${CMAKE_SOURCE_DIR}/LayerManagerBase/include
     ${CMAKE_SOURCE_DIR}/LayerManagerUtils/include
-    ${X11_INCLUDE_DIR}
-    ${X11_INCLUDE_DIR}
     ${WAYLAND_SERVER_INCLUDE_DIR}
 )
 
@@ -111,4 +108,4 @@ if (WITH_TESTS)
     set (CMAKE_CXX_FLAGS "")
     enable_testing()
     #add_subdirectory_once (${GRAPHIC_LIB_DIR}/tests)
-endif(WITH_TESTS)
\ No newline at end of file
+endif(WITH_TESTS)