From 1b1ffb701146a83c7521be55a8d60bd39d00e72e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 30 Apr 2024 09:11:06 +0200 Subject: [PATCH] playerctl: add missing glib-2.0 dependency --- recipes-support/playerctl/playerctl_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/playerctl/playerctl_git.bb b/recipes-support/playerctl/playerctl_git.bb index d903f31..fe5f981 100644 --- a/recipes-support/playerctl/playerctl_git.bb +++ b/recipes-support/playerctl/playerctl_git.bb @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" SRC_URI = "git://github.com/altdesktop/playerctl.git;protocol=https;branch=master" +DEPENDS = "glib-2.0" RDEPENDS:${PN} = "glib-2.0" inherit meson pkgconfig gobject-introspection