blob: d16237b898361a8ce466b27bd62e7a1300ef84cf [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001# Inherit this class to enable or disable building and installation of manpages
2# depending on whether 'api-documentation' is in DISTRO_FEATURES. Such building
3# tends to pull in the entire XML stack and other tools, so it's not enabled
4# by default.
5PACKAGECONFIG_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'manpages', '', d)}"