diff options
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend new file mode 100644 index 000000000..4bd4d68dc --- /dev/null +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" + +SRC_URI_append = "\ + file://0001-Allow-regular-users-to-launch-Weston_2.0.0.patch \ + file://use-XDG_RUNTIMESHARE_DIR.patch \ + " + +EXTRA_OECONF_append = " --enable-sys-uid" |