From 6ddeb16f5a92100bae32cbcaed8fad2a27afdc8c Mon Sep 17 00:00:00 2001 From: Eugen Friedrich Date: Fri, 26 Feb 2016 14:04:21 +0100 Subject: ivi-input: cmake: remove unneeded include and library dirs the are two reasons to remove the directories: they are not needed preventing CMake warnings for cross compiling (path is resolved for host) Signed-off-by: Eugen Friedrich --- ivi-input-modules/ivi-input-controller/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ivi-input-modules/ivi-input-controller/CMakeLists.txt b/ivi-input-modules/ivi-input-controller/CMakeLists.txt index c5a32c2..b1e9cb2 100644 --- a/ivi-input-modules/ivi-input-controller/CMakeLists.txt +++ b/ivi-input-modules/ivi-input-controller/CMakeLists.txt @@ -37,14 +37,12 @@ include_directories( ${IVI_CONTROLLER_INCLUDE_DIRS} ${WAYLAND_SERVER_INCLUDE_DIRS} ${WESTON_INCLUDE_DIRS} - ${WESTON_INCLUDE_DIRS}/weston ${PIXMAN_INCLUDE_DIRS} ) link_directories( ${WAYLAND_SERVER_LIBRARY_DIRS} ${WESTON_LIBRARY_DIRS} - ${WESTON_LIBDIR}/weston ${PIXMAN_LIBRARY_DIRS} ) -- cgit v1.2.1