summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
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"