Skip to content

Commit 9f9f875

Browse files
committed
refreshed patch
1 parent 8fbe63b commit 9f9f875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

debian/patches/add-missing-libs.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Last-Update: 2012-01-26
1515
+find_package(Threads REQUIRED)
1616

1717
include_directories(${LIBUSB_1_INCLUDE_DIRS})
18-
LIST(APPEND SRC core.c tilt.c cameras.c flags.c usb_libusb10.c registration.c)
19-
@@ -40,8 +41,8 @@ ENDIF()
18+
LIST(APPEND SRC core.c tilt.c cameras.c flags.c usb_libusb10.c registration.c audio.c loader.c)
19+
@@ -39,8 +40,8 @@ ENDIF()
2020
install (TARGETS freenectstatic
2121
DESTINATION "${PROJECT_LIBRARY_INSTALL_DIR}")
2222

0 commit comments

Comments
 (0)