diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 15:52:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 15:52:29 +0100 |
commit | 4f157056c307ae7d5d0cbd4fa35ffeb2916cd2e0 (patch) | |
tree | 93e8411b288ab46e3e993a1a2f0784255a5fc803 /package/polkit/Makefile | |
parent | 0c0e05a071067aa433b3cf13bd982543d9ad7d17 (diff) |
more Darwin compat fixes, add java as build dependency check for xbmc
Diffstat (limited to 'package/polkit/Makefile')
-rw-r--r-- | package/polkit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/polkit/Makefile b/package/polkit/Makefile index 5ed8333e3..5be0cd1df 100644 --- a/package/polkit/Makefile +++ b/package/polkit/Makefile @@ -15,6 +15,8 @@ PKG_URL:= http://www.freedesktop.org/wiki/Software/polkit/ PKG_SITES:= http://openadk.org/distfiles/ PKG_OPTS:= dev +PKG_HOST_DEPENDS:= !darwin + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,POLKIT,polkit,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) |