@@ -7,21 +7,24 @@ LICENSE = "LGPLv2.1"
7
7
BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
8
8
LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
9
9
10
+ GNOMEBASEBUILDCLASS = "meson"
11
+
10
12
inherit gnomebase gtk -doc vala gobject -introspection manpages
11
13
12
14
DEPENDS += "glib-2.0 libgcrypt gettext-native"
13
15
14
- PACKAGECONFIG [manpages ] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
16
+ SRC_URI [archive . md5sum ] = "47c3fdfeb111a87b509ad271e4a6f496"
17
+ SRC_URI [archive . sha256sum ] = "4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4"
18
+
19
+ GTKDOC_MESON_OPTION = 'gtk_doc'
15
20
16
- SRC_URI [archive . md5sum ] = "d2dd660a8d502099317bc8af9f30302e"
17
- SRC_URI [archive . sha256sum ] = "57f73e94ec6263a17a077fb809cf8cf424637a897a7f15b4eec42ce4aef52447"
21
+ # gobject-introspection is mandatory and cannot be configured
22
+ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
23
+ UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
24
+
25
+ PACKAGECONFIG [manpages ] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native"
18
26
19
27
# http://errors.yoctoproject.org/Errors/Details/20228/
20
28
ARM_INSTRUCTION_SET_armv4 = "arm"
21
29
ARM_INSTRUCTION_SET_armv5 = "arm"
22
30
ARM_INSTRUCTION_SET_armv6 = "arm"
23
-
24
- # vapigen.m4 bundled with the tarball does not yet have our cross-compilation fixes
25
- do_configure_prepend () {
26
- rm -f ${S} /build /m4 /vapigen . m4
27
- }
0 commit comments