blob: 737992c62977021a54527d32aef00b9760478d00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
# NOTE:
# file://0003-compositor-drm-introduce-drm_get_dmafd_from_view.patch
# has been removed until someone more familiar with weston internals
# and waltham can take a look and update it.
SRC_URI_append = "\
file://0001-Allow-regular-users-to-launch-Weston_7.0.0.patch \
file://use-XDG_RUNTIMESHARE_DIR.patch \
file://0002-ivi-shell-Fix-crash-due-no-transmitter-screen.patch \
file://0001-libweston-Expose-weston_output_damage-in-libweston.patch \
"
EXTRA_OEMESON_append = " -Denable-user-start=true"
|