Better exynos support.
[deb_libcec.git] / debian / patches / exynos-dpkg.patch
index 5c1581b8aa9b7517265c3d54c7d276c0ac3c308e..84b7926bb8c483110da7ffe966c59fb3d16b0682 100644 (file)
@@ -1,8 +1,11 @@
 --- a/debian/rules
 +++ b/debian/rules
-@@ -6,3 +6,5 @@
+@@ -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