mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-intel: /common xserver-xorg name change
xserver-xf86-dri-lite changed its name to xorg-xserver, so update the version in /common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
bad1e2b61e
commit
4744a12437
|
@ -1,19 +1,15 @@
|
|||
require recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
|
||||
|
||||
PROTO_DEPS += "xf86driproto dri2proto"
|
||||
|
||||
DEPENDS += "font-util"
|
||||
|
||||
PE = "1"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI += "file://nodolt.patch \
|
||||
file://crosscompile.patch"
|
||||
|
||||
# Misc build failure for master HEAD
|
||||
SRC_URI += "file://fix_open_max_preprocessor_error.patch"
|
||||
|
||||
PROTO_DEPS += "xf86driproto dri2proto"
|
||||
DEPENDS += "font-util"
|
||||
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
|
||||
|
||||
SRC_URI[md5sum] = "5bef6839a76d029204ab31aa2fcb5201"
|
||||
SRC_URI[sha256sum] = "864831f51e841ff37f2445d1c85b86b559c8860a435fb496aead4f256a2b141d"
|
||||
|
||||
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
|
|
@ -0,0 +1,4 @@
|
|||
require recipes-graphics/xorg-xserver/xserver-xorg.inc
|
||||
require xserver-xorg-${PV}.inc
|
||||
|
||||
PE = "1"
|
Loading…
Reference in New Issue
Block a user