From 851d6e84914b33e512ecde8ee2fd5c3ebc21da3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 19 Oct 2021 02:22:36 +0200 Subject: [PATCH] picom: Add pkgconfig to inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-graphics/picom/picom.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/picom/picom.bb b/recipes-graphics/picom/picom.bb index 5f50477d..7cb56898 100644 --- a/recipes-graphics/picom/picom.bb +++ b/recipes-graphics/picom/picom.bb @@ -28,7 +28,7 @@ DEPENDS = " \ uthash \ " -inherit meson features_check gtk-icon-cache +inherit meson pkgconfig features_check gtk-icon-cache REQUIRED_DISTRO_FEATURES = "x11"