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}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
makedepends="perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc='X11::Protocol - Rough equivalent of Xlib'
|
short_desc='X11::Protocol - Rough equivalent of Xlib'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue