diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-29 16:27:59 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | aeb8d38cf26794aeff8827161ae1241d8d031d6c (patch) | |
tree | 727fdbce05fa3594589854d2768de548dc113676 /meta/recipes-connectivity/avahi | |
parent | 894667b63943191e21bdeb4649e8c9828b0e5c8a (diff) | |
download | openembedded-core-aeb8d38cf26794aeff8827161ae1241d8d031d6c.tar.gz openembedded-core-aeb8d38cf26794aeff8827161ae1241d8d031d6c.tar.bz2 openembedded-core-aeb8d38cf26794aeff8827161ae1241d8d031d6c.zip |
avahi: enable manpages
They come prebuilt and don't require any dependencies, so there is no
penalty in enabling them.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 234646d291..cb3680272e 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc @@ -54,7 +54,7 @@ EXTRA_OECONF = "--with-avahi-priv-access-group=adm \ --disable-qt4 \ --disable-python \ --disable-doxygen-doc \ - --disable-manpages \ + --enable-manpages \ ${EXTRA_OECONF_SYSVINIT} \ ${EXTRA_OECONF_SYSTEMD} \ " |