Add armhf to qtwebkit architectures in debian/rules. bullseye-staging archive/raspbian/7.0.10-3+rpi1 raspbian/7.0.10-3+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Fri, 15 Jan 2021 07:38:03 +0000 (07:38 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 15 Jan 2021 07:38:03 +0000 (07:38 +0000)
debian/rules

index bf580bca6569d9e5d56c534acbad083bb09b01c3..3b68d408b023877813111fc4c40bf42c8bb7a407 100755 (executable)
@@ -21,6 +21,8 @@ include /usr/share/dpkg/architecture.mk
 
 ifeq ($(DEB_HOST_ARCH),armel)
  CMAKE_FLAGS += -DUSE_QT_WEBKIT=ON
+else ifeq ($(DEB_HOST_ARCH),armhf)
+ CMAKE_FLAGS += -DUSE_QT_WEBKIT=ON
 else ifeq ($(DEB_HOST_ARCH),mips)
  CMAKE_FLAGS += -DUSE_QT_WEBKIT=ON
 else ifeq ($(DEB_HOST_ARCH),mips64el)