mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
290 B

autogen=1
# This is the default for 0.9.
var_append extraconfopt " " "--with-polkit-user=polkituser --with-polkit-group=polkituser"
if ! pkginstalled libxslt || ! pkginstalled docbook-xsl ; then
# both are needed to build man pages
var_append extraconfopt " " "--disable-man-pages"
fi