imx6: update libcec patch

This commit is contained in:
MilhouseVH 2017-03-24 22:24:59 +00:00
parent c0b84ae523
commit 7593750314

View File

@ -1408,22 +1408,14 @@ diff --git a/src/libcec/cmake/DisplayPlatformSupport.cmake b/src/libcec/cmake/Di
index 7ec10f5..2262638 100644
--- a/src/libcec/cmake/DisplayPlatformSupport.cmake
+++ b/src/libcec/cmake/DisplayPlatformSupport.cmake
@@ -45,9 +45,15 @@ else()
@@ -51,4 +51,9 @@ else()
endif()
if (HAVE_AOCEC_API)
- message(STATUS "AOCEC support: yes")
+ message(STATUS "AOCEC support: yes")
else()
- message(STATUS "AOCEC support: no")
+ message(STATUS "AOCEC support: no")
+endif()
+
+if (HAVE_IMX_API)
+ message(STATUS "i.MX6 support: yes")
+else()
+ message(STATUS "i.MX6 support: no")
endif()
+endif()
if (HAVE_PYTHON)
diff --git a/src/libcec/cmake/LinkPlatformSupport.cmake b/src/libcec/cmake/LinkPlatformSupport.cmake