1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00
openwrt-packages/utils/uvcdynctrl/patches/010-iconv.patch
Rosen Penev 6f18a460fe
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 <rosenp@gmail.com>
2019-06-20 16:46:06 -07:00

12 lines
384 B
Diff

--- 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