blob: 14c5942ff7fb86bbae68ea64a76a99375825099e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# When configured for fbdev compositor, make it the default
PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
PR_append = "-arago5"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
RDEPENDS_${PN} += "weston-conf"
SRC_URI += " \
file://0001-weston1.9.0-Enabling-DRM-backend-with-multiple-displ.patch \
file://0002-Weston1.9.0-Allow-visual_id-to-be-0.patch \
file://0003-Weston1.9.0-Fix-virtual-keyboard-display-issue-for-Q.patch \
file://0004-Weston1.9.0-Fix-touch-screen-crash-issue.patch \
file://0001-udev-seat-restrict-udev-enumeration-to-card0.patch \
"
|