window-management-client-grpc_git.bb: Don't inherit agl-app 07/28907/2
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 19 May 2023 14:37:13 +0000 (17:37 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 30 May 2023 12:29:05 +0000 (12:29 +0000)
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 <marius.vlad@collabora.com>
recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb

index 9591985..85066b0 100644 (file)
@@ -17,7 +17,7 @@ SRCREV  = "c625714c4adce04c34ab406bdd444b13773760e2"
 
 S  = "${WORKDIR}/git"
 
-inherit  meson pkgconfig agl-app
+inherit  meson pkgconfig
 
 AGL_APP_NAME = "window-management-client-grpc"