drm-lease: Add missing pkgconfig dependency to drm-lease-manager 13/27413/2
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>
Tue, 12 Apr 2022 09:18:41 +0000 (18:18 +0900)
committerDamian Hobson-Garcia <dhobsong@igel.co.jp>
Wed, 27 Apr 2022 04:04:43 +0000 (13:04 +0900)
Make sure that pkgconfig, which is necessary for compilation, is
properly specified as a build dependency.

Bug-AGL: SPEC-3815

Change-Id: I107b410c5c27ec824cd446db1339bb9a3ab603a3
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
meta-agl-drm-lease/recipes-graphics/drm-lease-manager/drm-lease-manager_git.bb

index 9eaa76e..58b4cc5 100644 (file)
@@ -11,7 +11,7 @@ SRCREV = "53f4fe700dee88cc9840a91f2f297aacf05e08d4"
 
 S = "${WORKDIR}/git"
 
-inherit meson
+inherit meson pkgconfig
 inherit systemd
 inherit ptest