mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
meta-emenlow: update xserver-psb with xorg name change
The underlying xserverxorg-dri-lite that xserver-psb is based on changed its name and implementation, so change xserver-psb to reflect the changes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
5b7438e46e
commit
3b1b878754
|
|
@ -0,0 +1,21 @@
|
|||
PR = "r4"
|
||||
|
||||
PROTO_DEPS += "xf86driproto dri2proto"
|
||||
|
||||
DEPENDS += "font-util"
|
||||
|
||||
SRC_URI += "file://nodolt.patch \
|
||||
file://crosscompile.patch \
|
||||
file://libdrm-poulsbo.patch"
|
||||
|
||||
# Misc build failure for master HEAD
|
||||
SRC_URI += "file://fix_open_max_preprocessor_error.patch"
|
||||
|
||||
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga --enable-glx"
|
||||
|
||||
RDEPENDS_${PN} += "xserver-xorg-video-psb psb-firmware xpsb-glx \
|
||||
libdrm-poulsbo libva"
|
||||
|
||||
COMPATIBLE_MACHINE = "emenlow"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
|
||||
|
|
@ -1,21 +1,4 @@
|
|||
require recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
|
||||
require recipes-graphics/xorg-xserver/xserver-xorg.inc
|
||||
require xserver-psb-${PV}.inc
|
||||
|
||||
PR = "r3"
|
||||
|
||||
PROTO_DEPS += "xf86driproto dri2proto"
|
||||
|
||||
DEPENDS += "font-util"
|
||||
|
||||
SRC_URI += "file://nodolt.patch \
|
||||
file://crosscompile.patch \
|
||||
file://libdrm-poulsbo.patch"
|
||||
|
||||
# Misc build failure for master HEAD
|
||||
SRC_URI += "file://fix_open_max_preprocessor_error.patch"
|
||||
|
||||
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga --enable-glx"
|
||||
|
||||
RDEPENDS_${PN} += "xserver-xorg-video-psb psb-firmware xpsb-glx \
|
||||
libdrm-poulsbo libva"
|
||||
|
||||
COMPATIBLE_MACHINE = "emenlow"
|
||||
PE = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user