summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-05-19 17:37:13 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-30 12:29:05 +0000
commit50f330e3d09bffcfe070fc5ec30a6a47ceeb45df (patch)
treef475abbd57a915c2a2e53a76abda744274464159
parent78b123d98e558e2837158f50aac05fc3be77c8e1 (diff)
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 <marius.vlad@collabora.com>
-rw-r--r--recipes-demo/window-management-client-grpc/window-management-client-grpc_git.bb2
1 files changed, 1 insertions, 1 deletions
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"