perl-X11-Protocol: Fix cross-compilation.
- It is missing `perl` from `makedepends`, add it
This commit is contained in:
parent
2cfa368713
commit
0eeef550cd
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ revision=1
|
|||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="perl"
|
||||
depends="perl"
|
||||
noarch=yes
|
||||
short_desc='X11::Protocol - Rough equivalent of Xlib'
|
||||
|
|
Loading…
Reference in a new issue