summaryrefslogtreecommitdiffstats
path: root/meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.0.bbappend
blob: 6444d3412cccf5d28fae7bc81d9defa41f306155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI:append = " \
            file://0001-backend-drm-Add-method-to-import-DRM-fd.patch \
            file://0002-Add-DRM-lease-support.patch \
            file://0001-compositor-do-not-request-repaint-in-output_enable.patch \
            "

PACKAGECONFIG[drm-lease] = "-Ddrm-lease=true,-Ddrm-lease=false,drm-lease-manager"
PACKAGECONFIG:append = " drm-lease"

RDEPENDS:${PN}:append = " drm-lease-manager"