summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2020-10-22 19:58:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-26 22:08:35 +0000
commit0eebc82cc026ac03a44aad91c28904a2fb3095ba (patch)
tree3ce027115cfa128070922904e2540486ce493965 /meta/recipes-graphics
parent6091dc5455de27b76d94229a402b8ad3a109b934 (diff)
downloadpoky-0eebc82cc026ac03a44aad91c28904a2fb3095ba.tar.gz
weston: Fix PACKAGECONFIG for remoting
Fix a typo: gstreamer-1.0 -> gstreamer1.0. (From OE-Core rev: d5b030dd9b9ada796f90919c97c887b00612cfc0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/wayland/weston_9.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_9.0.0.bb
index 0b037a3770..75f9fb05fd 100644
--- a/meta/recipes-graphics/wayland/weston_9.0.0.bb
+++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb
@@ -73,7 +73,7 @@ PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-color
73# Clients support 73# Clients support
74PACKAGECONFIG[clients] = "-Dsimple-clients=all -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false" 74PACKAGECONFIG[clients] = "-Dsimple-clients=all -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false"
75# Virtual remote output with GStreamer on DRM backend 75# Virtual remote output with GStreamer on DRM backend
76PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer-1.0" 76PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0"
77# Weston with PAM support 77# Weston with PAM support
78PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" 78PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam"
79# Weston with screen-share support 79# Weston with screen-share support