cairo-dock-plugins: fix cross

This commit is contained in:
Jürgen Buchmüller 2020-07-22 23:50:28 +02:00
parent e0dd64d65c
commit 31af8f14b5
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ case "$XBPS_TARGET_MACHINE" in
esac
patch_args="-Np1"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python-devel python3-devel"
fi
pre_configure() {
# Disable Logout plugin
echo -n > logout/CMakeLists.txt