mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libsecret: enable optional building of manpages
(From OE-Core rev: 1510ce515c9aaa026c13d23dd582011e4a1ab206) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0f69504d7e
commit
c11d6793ad
@@ -2,11 +2,11 @@ SUMMARY = "libsecret is a library for storing and retrieving passwords and other
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
|
||||
|
||||
inherit gnomebase gtk-doc vala gobject-introspection
|
||||
inherit gnomebase gtk-doc vala gobject-introspection manpages
|
||||
|
||||
DEPENDS += "glib-2.0 libgcrypt gettext-native intltool-native"
|
||||
|
||||
EXTRA_OECONF += "--disable-manpages"
|
||||
PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
|
||||
|
||||
SRC_URI[archive.md5sum] = "2d688825921313da8731313b0a7f394c"
|
||||
SRC_URI[archive.sha256sum] = "9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3"
|
||||
|
||||
Reference in New Issue
Block a user