mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +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
13 lines
218 B
BlitzBasic
13 lines
218 B
BlitzBasic
require xserver-xf86-dri-lite.inc
|
|
|
|
PE = "1"
|
|
PR = "r3"
|
|
|
|
PROTO_DEPS += "xf86driproto"
|
|
|
|
SRC_URI += "file://drmfix.patch;patch=1 \
|
|
file://libdri-xinerama-symbol.patch;patch=1 "
|
|
|
|
EXTRA_OECONF += "--enable-dri"
|
|
|