forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-10-25 6c2073b7aa40e29d0eca7d571dd7bc590c7ecaa7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
################################################################################
#
# polkit
#
################################################################################
 
POLKIT_VERSION = 0.103
POLKIT_SITE = http://www.freedesktop.org/software/polkit/releases
POLKIT_LICENSE = GPL-2.0
POLKIT_LICENSE_FILES = COPYING
 
POLKIT_INSTALL_STAGING = YES
 
POLKIT_DEPENDENCIES = libglib2 host-intltool expat
 
# We could also support --with-authfw=pam
POLKIT_CONF_OPTS = \
   --with-authfw=shadow \
   --with-os-type=unknown \
   --disable-man-pages \
   --disable-examples
 
$(eval $(autotools-package))