mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
DRI2 is disabled by default though since running with metacity-clutter seems to cause a lock up. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966
21 lines
455 B
BlitzBasic
21 lines
455 B
BlitzBasic
require xserver-xf86-dri-lite.inc
|
|
|
|
PE = "1"
|
|
PR = "r2"
|
|
PV = "1.5.0+git${SRCREV}"
|
|
|
|
PROTO_DEPS += "xf86driproto"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git \
|
|
file://xorg.conf \
|
|
file://libdri-xinerama-symbol.patch;patch=1"
|
|
|
|
# Misc build failure for master HEAD
|
|
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
|
|
|
|
EXTRA_OECONF += "--enable-dri"
|
|
|
|
S = "${WORKDIR}/git"
|