mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
gjs: fix 32-bit cross compile
Implicit icu dependency was removed in 736df7da50
Add icu-libs to hostmakedepends to avoid icu/mozjs erroring due to not finding
data files.
This commit is contained in:
parent
a5b254452f
commit
aef1bf7d76
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=1
|
|||
build_style=meson
|
||||
build_helper="gir qemu"
|
||||
configure_args="-Dprofiler=disabled -Dinstalled_tests=false"
|
||||
hostmakedepends="glib-devel pkg-config"
|
||||
hostmakedepends="glib-devel pkg-config icu-libs"
|
||||
makedepends="dbus-glib-devel mozjs102-devel readline-devel sysprof-devel"
|
||||
checkdepends="xvfb-run cantarell-fonts"
|
||||
short_desc="Mozilla-based javascript bindings for the GNOME platform"
|
||||
|
|
Loading…
Add table
Reference in a new issue