summaryrefslogtreecommitdiff
path: root/package/libcec/patches/patch-src_cec-client_CMakeLists_txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-25 19:19:01 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-25 19:19:01 +0200
commitc6847d3f5be31fd644d6a41de147b4604852966e (patch)
tree192129bb2c530fe17fa7ab2339cff505d54f5029 /package/libcec/patches/patch-src_cec-client_CMakeLists_txt
parentd0b360fab8b74eb5ae912e4841ef0403dbabb981 (diff)
parent67e2da6a84f50c0b0e43f4d4fb9eae91671e81ad (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libcec/patches/patch-src_cec-client_CMakeLists_txt')
-rw-r--r--package/libcec/patches/patch-src_cec-client_CMakeLists_txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libcec/patches/patch-src_cec-client_CMakeLists_txt b/package/libcec/patches/patch-src_cec-client_CMakeLists_txt
new file mode 100644
index 000000000..c6faee0ef
--- /dev/null
+++ b/package/libcec/patches/patch-src_cec-client_CMakeLists_txt
@@ -0,0 +1,10 @@
+--- libcec-185559110dc88aeca0915a90b3b369d2d42c0f7c.orig/src/cec-client/CMakeLists.txt 2015-05-22 14:47:17.000000000 -0500
++++ libcec-185559110dc88aeca0915a90b3b369d2d42c0f7c/src/cec-client/CMakeLists.txt 2015-05-22 15:02:00.606971031 -0500
+@@ -44,6 +44,7 @@ if (NOT WIN32)
+ # curses
+ if (HAVE_CURSES_API)
+ target_link_libraries(cec-client curses)
++ target_link_libraries(cec-client tinfo)
+ endif()
+
+ # rt