From daa18772c396d83f56922db42e91e29ed2f23d0c Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Sat, 1 Oct 2016 11:46:15 +0200 Subject: [PATCH] autokey: fix cross build --- srcpkgs/autokey/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/autokey/template b/srcpkgs/autokey/template index 017c65de48d..eb94765a9b7 100644 --- a/srcpkgs/autokey/template +++ b/srcpkgs/autokey/template @@ -7,6 +7,7 @@ build_style="python-module" python_versions="2.7" pycompile_version="2.7" pycompile_module="autokey" +hostmakedepends="python" makedepends="python" depends="python python-xlib python-inotify python-simplejson wmctrl" short_desc="desktop automation utility for Linux and X11"