Browse Source

libva-intel-driver: only for x86/x86_64

Waldemar Brodkorb 8 years ago
parent
commit
f0c281130e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/libva-intel-driver/Makefile

+ 2 - 0
package/libva-intel-driver/Makefile

@@ -15,6 +15,8 @@ PKG_URL:=		https://www.freedesktop.org/wiki/Software/vaapi/
 PKG_SITES:=		https://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/
 PKG_OPTS:=		dev
 
+PKG_ARCH_DEPENDS:=	x86 x86_64
+
 DISTFILES:=             $(PKG_NAME)-$(PKG_VERSION).tar.bz2
 
 include $(ADK_TOPDIR)/mk/package.mk