Better exynos support.
[deb_libcec.git] / debian / patches / exynos-dpkg.patch
1 --- a/debian/rules
2 +++ b/debian/rules
3 @@ -6,3 +6,8 @@
4 %:
5 dh $@ --parallel
6
7 +DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
8 +ifeq $(DEB_HOST_ARCH),armhf)
9 +override_dh_auto_configure:
10 + dh_auto_configure -- --enable-exynos
11 +endif