mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01: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
18 lines
272 B
BlitzBasic
18 lines
272 B
BlitzBasic
SECTION = "x11/base"
|
|
LICENSE = "MIT"
|
|
SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm;protocol=git"
|
|
PROVIDES = "drm"
|
|
|
|
S = ${WORKDIR}/git
|
|
|
|
PR = "r0"
|
|
PV = "2.4.0+git${SRCREV}"
|
|
|
|
LEAD_SONAME = "libdrm.so"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|