summaryrefslogtreecommitdiffstats
path: root/package/polkit/polkit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/polkit/polkit.mk')
-rw-r--r--package/polkit/polkit.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk
index 3eb0422be..54782dd6b 100644
--- a/package/polkit/polkit.mk
+++ b/package/polkit/polkit.mk
@@ -16,6 +16,8 @@ POLKIT_DEPENDENCIES = libglib2 host-intltool expat
# We could also support --with-authfw=pam
POLKIT_CONF_OPT = \
--with-authfw=shadow \
- --with-os-type=unknown
+ --with-os-type=unknown \
+ --disable-man-pages \
+ --disable-examples
$(eval $(autotools-package))