summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-02-16 12:37:24 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-02-16 16:56:28 +0000
commitcaa767d4733da26875a628d8f438c57fbd7447ea (patch)
tree3b51b79df4db2a591d4f87b1395ffbdead7caccc /recipes-graphics
parent0907a8b8f37e4374eba4f61a63dc29107bcf11f8 (diff)
Fix dependency issue with grpc in meta-agl-core
grpc is not in the core layer but in meta-oe . Guard the dependency and only enable when prerequisites are met like in here. Bug-AGL: SPEC-4707 Change-Id: I9b28588562487681b227032967855f96dc0c9193 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/agl-compositor_%.bbappend1
-rw-r--r--recipes-graphics/wayland/agl-compositor_agldemo.inc2
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/agl-compositor_%.bbappend b/recipes-graphics/wayland/agl-compositor_%.bbappend
new file mode 100644
index 00000000..504e1884
--- /dev/null
+++ b/recipes-graphics/wayland/agl-compositor_%.bbappend
@@ -0,0 +1 @@
+require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'agl-compositor_agldemo.inc', '', d)}
diff --git a/recipes-graphics/wayland/agl-compositor_agldemo.inc b/recipes-graphics/wayland/agl-compositor_agldemo.inc
new file mode 100644
index 00000000..5ea1a2dc
--- /dev/null
+++ b/recipes-graphics/wayland/agl-compositor_agldemo.inc
@@ -0,0 +1,2 @@
+# enable grpc-proxy
+PACKAGECONFIG += "grpc-proxy"