cairo-dock-plugins: fix cross
This commit is contained in:
parent
e0dd64d65c
commit
31af8f14b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue