diff options
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/agl-compositor_%.bbappend | 1 | ||||
-rw-r--r-- | recipes-graphics/wayland/agl-compositor_agldemo.inc | 2 |
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 000000000..504e18842 --- /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 000000000..5ea1a2dc2 --- /dev/null +++ b/recipes-graphics/wayland/agl-compositor_agldemo.inc @@ -0,0 +1,2 @@ +# enable grpc-proxy +PACKAGECONFIG += "grpc-proxy" |