From b9db1fb2723763977e6ba94ac04af6f55726492f Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 18 Dec 2018 15:25:55 +0100 Subject: [PATCH] Add armv7hnl to _with_rpi --- vlc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlc.spec b/vlc.spec index 9127500..ef3502a 100644 --- a/vlc.spec +++ b/vlc.spec @@ -199,7 +199,7 @@ BuildRequires: pkgconfig(xcb-keysyms) } BuildRequires: xorg-x11-proto-devel -%ifarch armv7hl +%ifarch armv7hl armv7hnl %{?_with_rpi: BuildRequires: raspberrypi-vc-devel }