blob: 8c19692ded41408d0a50e8a32d20f6d12d1a3f9b [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001require xserver-xorg.inc
2
3SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch \
4 file://pkgconfig.patch \
5 file://0001-test-xtest-Initialize-array-with-braces.patch \
6 file://sdksyms-no-build-path.patch \
7 file://0001-drmmode_display.c-add-missing-mi.h-include.patch \
Andrew Geissler635e0e42020-08-21 15:58:33 -05008 file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \
Andrew Geissler82c905d2020-04-13 13:39:40 -05009 "
10SRC_URI[md5sum] = "a770aec600116444a953ff632f51f839"
11SRC_URI[sha256sum] = "d17b646bee4ba0fb7850c1cc55b18e3e8513ed5c02bdf38da7e107f84e2d0146"
12
Andrew Geissler82c905d2020-04-13 13:39:40 -050013# 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 "