CEC_HDMI_PORT variable support for exynos hardware.
[deb_libcec.git] / debian / patches / exynos-dpkg.patch
diff --git a/debian/patches/exynos-dpkg.patch b/debian/patches/exynos-dpkg.patch
deleted file mode 100644 (file)
index 279223f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/debian/rules
-+++ b/debian/rules
-@@ -6,3 +6,8 @@
- %:
-       dh  $@ --parallel
-+DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
-+ifeq ($(DEB_HOST_ARCH),armhf)
-+override_dh_auto_configure:
-+      dh_auto_configure -- --enable-exynos
-+endif