hexchat: unbreak cross builds

This commit is contained in:
newbluemoon 2018-11-07 08:42:15 +01:00 committed by Enno Boland
parent d703cc11c5
commit b0ca285413
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ esac
lib32disabled=yes
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
post_install() {