add bison as make depend (#136)
This commit is contained in:
parent
06bf39a768
commit
6c8f87426b
2
PKGBUILD
2
PKGBUILD
@ -53,7 +53,7 @@ pkgdesc='Linux-tkg'
|
||||
arch=('x86_64') # no i686 in here
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf' 'pahole' 'patchutils' 'flex' 'python-sphinx' 'python-sphinx_rtd_theme' 'graphviz' 'imagemagick' 'git')
|
||||
makedepends=('bison' 'xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf' 'pahole' 'patchutils' 'flex' 'python-sphinx' 'python-sphinx_rtd_theme' 'graphviz' 'imagemagick' 'git')
|
||||
if [ "$_compiler_name" = "-llvm" ]; then
|
||||
makedepends+=( 'lld' 'clang' 'llvm')
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user