mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 18:09:40 +01:00
20 lines
302 B
BlitzBasic
20 lines
302 B
BlitzBasic
SECTION = "x11/base"
|
|
LICENSE = "MIT"
|
|
SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm;protocol=git"
|
|
PROVIDES = "drm"
|
|
|
|
S = ${WORKDIR}/git
|
|
|
|
DEPENDS = "libpthread-stubs"
|
|
|
|
PR = "r0"
|
|
PV = "2.4.0+git${SRCREV}"
|
|
|
|
LEAD_SONAME = "libdrm.so"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|