From 5bc5e7a466cd6afb05fc7a9215ed5b48737611bd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 22 Jun 2019 05:33:54 +0200 Subject: video/ps3eye: update submodule --- video-ps3eye/CMakeLists.txt | 8 ++++++-- video-ps3eye/ps3eye-driver | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/video-ps3eye/CMakeLists.txt b/video-ps3eye/CMakeLists.txt index 7c05b3a1..29608aae 100644 --- a/video-ps3eye/CMakeLists.txt +++ b/video-ps3eye/CMakeLists.txt @@ -12,8 +12,8 @@ if(TARGET ps3eye-driver) endif() endif() -if(TARGET ps3eye-test) - install(TARGETS "ps3eye-test" DESTINATION "${opentrack-hier-pfx}") +if(TARGET ps3eye-sdl) + install(TARGETS "ps3eye-sdl" DESTINATION "${opentrack-hier-pfx}") if(WIN32) foreach(k ${SDL2_LIBRARIES}) get_filename_component(path "${k}" PATH) @@ -25,3 +25,7 @@ if(TARGET ps3eye-test) endforeach() endif() endif() + +if(TARGET ps3eye-mode-test) + install(TARGETS "ps3eye-mode-test" DESTINATION "${opentrack-hier-pfx}") +endif() diff --git a/video-ps3eye/ps3eye-driver b/video-ps3eye/ps3eye-driver index de149323..cda1bdc6 160000 --- a/video-ps3eye/ps3eye-driver +++ b/video-ps3eye/ps3eye-driver @@ -1 +1 @@ -Subproject commit de149323753760e5de9c5d4cf155fa2c5d0d3b75 +Subproject commit cda1bdc6c53c45fe97b3278aaf83ee3317c354b7 -- cgit v1.2.3