From 6f18a460fe6b7ded7d941001547bcacf596202f5 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 20 Jun 2019 15:42:44 -0700 Subject: uvcdynctrl: Fix compilation with uClibc-ng Got rid of libiconv-full dependency. Relying on nls.mk Fixed up the license information. Added CMAKE_INSTALL to get rid of the InstallDev section. Signed-off-by: Rosen Penev --- utils/uvcdynctrl/patches/010-iconv.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 utils/uvcdynctrl/patches/010-iconv.patch (limited to 'utils/uvcdynctrl/patches') diff --git a/utils/uvcdynctrl/patches/010-iconv.patch b/utils/uvcdynctrl/patches/010-iconv.patch new file mode 100644 index 000000000..5f0e535e1 --- /dev/null +++ b/utils/uvcdynctrl/patches/010-iconv.patch @@ -0,0 +1,11 @@ +--- a/uvcdynctrl/CMakeLists.txt ++++ b/uvcdynctrl/CMakeLists.txt +@@ -77,7 +77,7 @@ include_directories (../common/include) + include_directories (${CMAKE_CURRENT_BINARY_DIR}) + link_directories (${LIBWEBCAM_BINARY_DIR}/webcam) + +-target_link_libraries (uvcdynctrl webcam) ++target_link_libraries (uvcdynctrl webcam iconv) + + # Compiler flags + set_target_properties (uvcdynctrl PROPERTIES -- cgit v1.2.3