perl-X11-Protocol: Fix cross-compilation.

- It is missing `perl` from `makedepends`, add it
This commit is contained in:
maxice8 2017-10-31 18:28:50 -02:00
parent 2cfa368713
commit 0eeef550cd

View file

@ -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'