diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 17:53:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 17:53:36 +0200 |
commit | 31ae359655275f71f6144c47f43173f7a14bc599 (patch) | |
tree | 69744cb3d5730c4395c453a445713a8ea70c9277 | |
parent | 32a82e38679501da738199135b35f93ddc8aca0a (diff) |
add arch depends for mesa-demos
-rw-r--r-- | package/mesa-demos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mesa-demos/Makefile b/package/mesa-demos/Makefile index a0ab20771..5f0ae7166 100644 --- a/package/mesa-demos/Makefile +++ b/package/mesa-demos/Makefile @@ -13,6 +13,8 @@ PKG_DEPENDS:= mesalib PKG_BUILDDEP:= MesaLib libglew PKG_SITES:= ftp://ftp.freedesktop.org/pub/mesa/demos/${PKG_VERSION}/ +PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el arm + PKG_SUBPKGS:= GLXINFO PKGSD_GLXINFO:= glxinfo PKGSS_GLXINFO:= libxt libxau libxdmcp libxcb libx11 libxext libglew |