mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
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>
This commit is contained in:
11
utils/uvcdynctrl/patches/010-iconv.patch
Normal file
11
utils/uvcdynctrl/patches/010-iconv.patch
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user