blob: 9e29e27564c39f9f57f924ceea0c402b70737dbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 \
file://0003-compositor-drm-introduce-drm_get_dmafd_from_view.patch \
"
# Disabled until SPEC-2827 H3ULCB v3.0 + Kingfisher issue is debugged:
# file://0002-compositor-add-output-type-to-weston_output.patch
EXTRA_OECONF_append = " --enable-sys-uid"
|