]> git.pld-linux.org Git - packages/pcl.git/blame - pcl-openni.patch
- BR devel packages
[packages/pcl.git] / pcl-openni.patch
CommitLineData
bc8fb1e0
JB
1--- PCL-1.6.0-Source/io/CMakeLists.txt.orig 2012-07-18 01:11:32.000000000 +0200
2+++ PCL-1.6.0-Source/io/CMakeLists.txt 2012-12-28 15:34:55.362591817 +0100
3@@ -139,9 +139,6 @@
4 endif(OPENNI_FOUND)
5
6 set(EXT_DEPS eigen3)
7- if(OPENNI_FOUND)
8- list(APPEND EXT_DEPS openni-dev)
9- endif(OPENNI_FOUND)
10 PCL_MAKE_PKGCONFIG(${LIB_NAME} ${SUBSYS_NAME} "${SUBSYS_DESC}"
11 "${SUBSYS_DEPS}" "${EXT_DEPS}" "" "" "")
12
13--- PCL-1.6.0-Source/visualization/CMakeLists.txt.orig 2012-07-18 01:11:32.000000000 +0200
14+++ PCL-1.6.0-Source/visualization/CMakeLists.txt 2012-12-28 15:37:49.779254847 +0100
15@@ -99,9 +99,6 @@
16 endif()
17
18 set(EXT_DEPS "")
19- if(OPENNI_FOUND)
20- list(APPEND EXT_DEPS openni-dev)
21- endif(OPENNI_FOUND)
22 PCL_MAKE_PKGCONFIG(${LIB_NAME} ${SUBSYS_NAME} "${SUBSYS_DESC}"
23 "${SUBSYS_DEPS}" "${EXT_DEPS}" "" "" "")
24
This page took 0.103421 seconds and 4 git commands to generate.