Skip to content

Instantly share code, notes, and snippets.

@MilhouseVH
Created January 5, 2016 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MilhouseVH/315ce8767085f7e9a28d to your computer and use it in GitHub Desktop.
Save MilhouseVH/315ce8767085f7e9a28d to your computer and use it in GitHub Desktop.
diff --git a/packages/devel/libcec/patches/libcec-00-imx6-support.patch b/packages/devel/libcec/patches/libcec-00-imx6-support.patch
index 2c24635..30df40f 100644
--- a/packages/devel/libcec/patches/libcec-00-imx6-support.patch
+++ b/packages/devel/libcec/patches/libcec-00-imx6-support.patch
@@ -820,13 +820,13 @@ index 828cdb2..8b47795 100644
--- a/src/libcec/cmake/CheckPlatformSupport.cmake
+++ b/src/libcec/cmake/CheckPlatformSupport.cmake
@@ -8,6 +8,7 @@
- # HAVE_RANDR 1 if xrandr is supported
- # HAVE_LIBUDEV 1 if udev is supported
- # HAVE_RPI_API 1 if Raspberry Pi is supported
-+# HAVE_IMX_API 1 if i.MX is supported
- # HAVE_TDA995X_API 1 if TDA995X is supported
- # HAVE_EXYNOS_API 1 if Exynos is supported
- # HAVE_P8_USB_DETECT 1 if Pulse-Eight devices can be auto-detected
+ # HAVE_RANDR 1 if xrandr is supported
+ # HAVE_LIBUDEV 1 if udev is supported
+ # HAVE_RPI_API 1 if Raspberry Pi is supported
++# HAVE_IMX_API 1 if i.MX is supported
+ # HAVE_TDA995X_API 1 if TDA995X is supported
+ # HAVE_EXYNOS_API 1 if Exynos is supported
+ # HAVE_P8_USB_DETECT 1 if Pulse-Eight devices can be auto-detected
@@ -87,6 +88,15 @@ else()
list(APPEND CEC_SOURCES ${CEC_SOURCES_ADAPTER_RPI})
endif()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment