patch-src_cec-client_CMakeLists_txt 422 B

12345678910
  1. --- libcec-185559110dc88aeca0915a90b3b369d2d42c0f7c.orig/src/cec-client/CMakeLists.txt 2015-05-22 14:47:17.000000000 -0500
  2. +++ libcec-185559110dc88aeca0915a90b3b369d2d42c0f7c/src/cec-client/CMakeLists.txt 2015-05-22 15:02:00.606971031 -0500
  3. @@ -44,6 +44,7 @@ if (NOT WIN32)
  4. # curses
  5. if (HAVE_CURSES_API)
  6. target_link_libraries(cec-client curses)
  7. + target_link_libraries(cec-client tinfo)
  8. endif()
  9. # rt