12 lines
517 B
Diff
12 lines
517 B
Diff
|
--- kaffeine-1.3.1/CMakeLists.txt.orig 2015-11-25 21:38:13.346064201 +0100
|
||
|
+++ kaffeine-1.3.1/CMakeLists.txt 2015-11-25 21:37:49.592267869 +0100
|
||
|
@@ -21,7 +21,7 @@
|
||
|
-DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS)
|
||
|
endif(STRICT_BUILD)
|
||
|
|
||
|
-check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
|
||
|
+check_include_file(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
|
||
|
|
||
|
if(NOT HAVE_DVB)
|
||
|
MESSAGE(STATUS "Disabled features:\nDVB Digital television support for Linux\n")
|