Skip to content

Commit

Permalink
Linux: Link against v4l2 (Fixes #77)
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Sep 17, 2017
1 parent 792df3d commit f42c650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tracker/CMakeLists.txt
Expand Up @@ -82,6 +82,7 @@ IF(PSMOVE_BUILD_TRACKER)
${CMAKE_CURRENT_LIST_DIR}/platform/psmove_linuxsupport.c
${CMAKE_CURRENT_LIST_DIR}/platform/psmove_linuxsupport.h
${CMAKE_CURRENT_LIST_DIR}/platform/camera_control_linux.c)
list(APPEND PSMOVEAPI_TRACKER_REQUIRED_LIBS v4l2)
ENDIF()
ENDIF(PSMOVE_BUILD_TRACKER)

Expand Down

0 comments on commit f42c650

Please sign in to comment.