summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb')
-rw-r--r--meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb
index 7feb209e0..9b3a343b8 100644
--- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb
+++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \
8SRCREV = "5108556a17bb1c2863c2ca5df088143ea65474a3" 8SRCREV = "5108556a17bb1c2863c2ca5df088143ea65474a3"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11inherit gobject-introspection gtk-doc meson ptest-gnome 11inherit gobject-introspection gtk-doc meson ptest-gnome lib_package
12 12
13PACKAGECONFIG ??= "\ 13PACKAGECONFIG ??= "\
14 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ 14 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
@@ -16,3 +16,5 @@ PACKAGECONFIG ??= "\
16PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" 16PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
17 17
18GTKDOC_MESON_OPTION = "gtkdoc" 18GTKDOC_MESON_OPTION = "gtkdoc"
19
20FILES:${PN}-bin += "${libexecdir}/*"