gnome-icon-theme: fix cross
This is a noarch pkg, while to cross build it needs icon-naming-utils in the target for pkg-config to find it.
This commit is contained in:
parent
9bdc41a51a
commit
97abac2fd1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ noarch="yes"
|
|||
build_style=gnu-configure
|
||||
configure_args="--enable-icon-mapping"
|
||||
hostmakedepends="pkg-config intltool librsvg icon-naming-utils gtk-update-icon-cache"
|
||||
makedepends="icon-naming-utils"
|
||||
short_desc="Theme consisting of a set of icons for GNOME"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnome.org"
|
||||
|
|
Loading…
Reference in a new issue