blob: 7e8a9541cb4b5af1f97d4ff684428fc371dc5c7a [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001require xserver-xorg.inc
2
3SRC_URI += "file://musl-arm-inb-outb.patch \
4 file://0001-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch \
5 file://0003-modesetting-Fix-16-bit-depth-bpp-mode.patch \
6 file://0003-Remove-check-for-useSIGIO-option.patch \
7 file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch \
Brad Bishopbba38f32018-08-23 16:11:46 +08008 file://0001-config-fix-NULL-value-detection-for-ID_INPUT-being-u.patch \
Brad Bishop316dfdd2018-06-25 12:45:53 -04009 "
10SRC_URI[md5sum] = "3e47777ff034a331aed2322b078694a8"
11SRC_URI[sha256sum] = "a732502f1db000cf36a376cd0c010ffdbf32ecdd7f1fa08ba7f5bdf9601cc197"
12
13# These extensions are now integrated into the server, so declare the migration
14# path for in-place upgrades.
15
16RREPLACES_${PN} = "${PN}-extension-dri \
17 ${PN}-extension-dri2 \
18 ${PN}-extension-record \
19 ${PN}-extension-extmod \
20 ${PN}-extension-dbe \
21 "
22RPROVIDES_${PN} = "${PN}-extension-dri \
23 ${PN}-extension-dri2 \
24 ${PN}-extension-record \
25 ${PN}-extension-extmod \
26 ${PN}-extension-dbe \
27 "
28RCONFLICTS_${PN} = "${PN}-extension-dri \
29 ${PN}-extension-dri2 \
30 ${PN}-extension-record \
31 ${PN}-extension-extmod \
32 ${PN}-extension-dbe \
33 "