From f52fc4d0b444a3846253b7eecacd83561d296347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 19 Oct 2021 01:37:32 +0200 Subject: [PATCH] surge: 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-musicians/surge/surge.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-musicians/surge/surge.bb b/recipes-musicians/surge/surge.bb index 87c2b68..0dc3a47 100644 --- a/recipes-musicians/surge/surge.bb +++ b/recipes-musicians/surge/surge.bb @@ -12,7 +12,7 @@ DEPENDS += " \ libsndfile1 \ " -inherit cmake python3native features_check lv2-turtle-helper pack_audio_plugins +inherit cmake pkgconfig python3native features_check lv2-turtle-helper pack_audio_plugins REQUIRED_DISTRO_FEATURES = "x11"