mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
hexchat: unbreak cross builds
This commit is contained in:
parent
d703cc11c5
commit
b0ca285413
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ esac
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
broken="cross currently broken"
|
hostmakedepends+=" dbus-glib-devel libxml2-devel gdk-pixbuf perl
|
||||||
hostmakedepends+=" dbus-glib-devel libxml2-devel gdk-pixbuf perl"
|
shared-mime-info"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue