From 2b7d09f64bff4edcb3cc28a1e448eaad1b2d47fb Mon Sep 17 00:00:00 2001 From: Dylan Laduranty Date: Thu, 11 Jul 2024 15:47:18 +0200 Subject: [PATCH] recipes-extended/libdbusmenu: add libxslt-native dependencies This dependency will provide xsltproc tool needed at compile time Signed-off-by: Dylan Laduranty --- recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb | 2 +- recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb b/recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb index 718f356..c90db3c 100644 --- a/recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb +++ b/recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" SRC_URI = "git://github.com/AyatanaIndicators/libdbusmenu.git;protocol=https;branch=master" -DEPENDS = "glib-2.0 json-glib dbus intltool-native" +DEPENDS = "glib-2.0 json-glib dbus intltool-native libxslt-native" S = "${WORKDIR}/git" PV = "16.0.4" diff --git a/recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb b/recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb index c341899..be79894 100644 --- a/recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb +++ b/recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/AyatanaIndicators/libdbusmenu" LICENSE = "LGPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" -DEPENDS = "glib-2.0 json-glib dbus gtk+ gtk+3 libdbusmenu-glib intltool-native" +DEPENDS = "glib-2.0 json-glib dbus gtk+ gtk+3 libdbusmenu-glib intltool-native libxslt-native" RDEPENDS:${PN} = "libdbusmenu-glib" SRC_URI = "git://github.com/AyatanaIndicators/libdbusmenu.git;protocol=https;branch=master"