From 50f330e3d09bffcfe070fc5ec30a6a47ceeb45df Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 19 May 2023 17:37:13 +0300 Subject: window-management-client-grpc_git.bb: Don't inherit agl-app Turns out using the agl-app would make this testing client show up in our launcher which we don't really want as that might confuse users. Change-Id: I5631e56a5e3045583233ce579900cb3ab7bccbb7 Signed-off-by: Marius Vlad --- .../window-management-client-grpc/window-management-client-grpc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb b/recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb index 95919850..85066b00 100644 --- a/recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb +++ b/recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb @@ -17,7 +17,7 @@ SRCREV = "c625714c4adce04c34ab406bdd444b13773760e2" S = "${WORKDIR}/git" -inherit meson pkgconfig agl-app +inherit meson pkgconfig AGL_APP_NAME = "window-management-client-grpc" -- cgit 1.2.3-korg