summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Friedrich <efriedrich@de.adit-jv.com>2016-02-26 14:04:21 +0100
committerEugen Friedrich <efriedrich@de.adit-jv.com>2016-03-04 09:59:44 +0100
commit6ddeb16f5a92100bae32cbcaed8fad2a27afdc8c (patch)
tree699ff3fe6b6f9b1b96eda7b1920bd82e4f602840
parent7b66f236edb2a51a293d387267d895b332ffd9d9 (diff)
downloadwayland-ivi-extension-6ddeb16f5a92100bae32cbcaed8fad2a27afdc8c.tar.gz
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 <efriedrich@de.adit-jv.com>
-rw-r--r--ivi-input-modules/ivi-input-controller/CMakeLists.txt2
1 files changed, 0 insertions, 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}
)