mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
- the following patches are no longer used, so remove them doublefix.patch drmfix.patch fix_macros.patch libdri-xinerama-symbol.patch xorg-server-disable-dri_sarea.patch xorg-server-enable-dri2.patch xserver-1.5.0-bg-none-root.patch xserver-DRI2Swapbuffer.patch xserver-boottime.patch xserver-no-root-2.patch - update the patch upstream status (From OE-Core rev: 642f7199c2a5221a45be25b4aa008fde25a5c07a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
650 B
BlitzBasic
26 lines
650 B
BlitzBasic
require xserver-xf86-dri-lite.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
|
|
|
|
SRCREV = "6689e8add183835274a70ee013e5d3bc8023681f"
|
|
PE = "1"
|
|
PR = "r0"
|
|
PV = "1.10+git${SRCPV}"
|
|
|
|
PROTO_DEPS += "xf86driproto dri2proto"
|
|
|
|
DEPENDS += "font-util"
|
|
|
|
RDEPENDS_${PN} += "xkeyboard-config"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \
|
|
file://crosscompile.patch; \
|
|
file://fix_macros1.patch;"
|
|
|
|
# Misc build failure for master HEAD
|
|
SRC_URI += "file://fix_open_max_preprocessor_error.patch;"
|
|
|
|
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
|
|
|
|
S = "${WORKDIR}/git"
|