polkit: remove systemd support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-06-03 15:38:58 +02:00
parent bc215397e5
commit d885a0df2d
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ cd $PKG_BUILD
--disable-gtk-doc \ --disable-gtk-doc \
--disable-nls \ --disable-nls \
--disable-introspection \ --disable-introspection \
--disable-systemd \
--with-authfw=shadow \ --with-authfw=shadow \
--with-os-type=redhat \ --with-os-type=redhat \
--with-expat=$SYSROOT_PREFIX/usr \ --with-expat=$SYSROOT_PREFIX/usr \

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="http://gitweb.freedesktop.org/?p=PolicyKit.git;a=summary" PKG_SITE="http://gitweb.freedesktop.org/?p=PolicyKit.git;a=summary"
PKG_URL="http://hal.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://hal.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="zlib glib systemd expat" PKG_DEPENDS="zlib glib expat"
PKG_BUILD_DEPENDS="toolchain zlib sg3_utils glib systemd expat" PKG_BUILD_DEPENDS="toolchain zlib sg3_utils glib expat"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="security" PKG_SECTION="security"
PKG_SHORTDESC="polkit: Authorization Toolkit" PKG_SHORTDESC="polkit: Authorization Toolkit"