temp/xf86-video-opentegra: add bash to makedepends (MR 4649)
This fixes building [ci:skip-build]: Already built successfully in CI.
This commit is contained in:
parent
1229616e21
commit
ad31f68615
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: David Heidelberg <david@ixit.cz>
|
||||
pkgname=xf86-video-opentegra
|
||||
pkgver=0.6.0_git20211025
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="X.Org driver for NVIDIA tegra"
|
||||
url="https://github.com/grate-driver/xf86-video-opentegra"
|
||||
arch="armhf armv7"
|
||||
|
@ -9,7 +9,7 @@ license="MIT"
|
|||
subpackages="$pkgname-doc"
|
||||
depends="libdrm"
|
||||
makedepends="bsd-compat-headers libdrm-dev xorg-server-dev xproto fontsproto util-macros
|
||||
libtool m4 automake autoconf bison flex"
|
||||
libtool m4 automake autoconf bison flex bash"
|
||||
_commit="9be4b4aa7c81b9b43496e8621954a0f4b343f3b1"
|
||||
source="$pkgname-$_commit.tar.gz::https://github.com/grate-driver/xf86-video-opentegra/archive/$_commit.tar.gz"
|
||||
builddir="$srcdir"/$pkgname-$_commit
|
||||
|
|
Loading…
Reference in a new issue