Skip to content

Commit 4e489af

Browse files
committed
Install libfreenect.pc on OSX - fixes #410
Fix broken link in README.md Signed-off-by: Benn Snyder <[email protected]>
1 parent 110a58b commit 4e489af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Wrappers are not guaranteed to be API stable or up to date.
134134
# cython freenect.pyx
135135
python2 setup.py build_ext --inplace
136136

137-
For example, start with [demo_cv_async.py](https://gihub.com/OpenKinect/libfreenect/tree/master/wrappers/python/devmo_cv_async.py).
137+
For example, start with [demo_cv_async.py](https://github.com/OpenKinect/libfreenect/tree/master/wrappers/python/demo_cv_async.py).
138138

139139

140140
# Code Contributions

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ target_link_libraries (freenectstatic ${LIBUSB_1_LIBRARIES})
4747
install (FILES "../include/libfreenect.h" "../include/libfreenect_registration.h" "../include/libfreenect_audio.h"
4848
DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR})
4949

50-
IF(UNIX AND NOT APPLE)
50+
IF(UNIX)
5151
# Produce a pkg-config file for linking against the shared lib
5252
configure_file ("libfreenect.pc.in" "libfreenect.pc" @ONLY)
5353
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/libfreenect.pc"

0 commit comments

Comments
 (0)