blob: e5dfe367cb4a3b62facaa43b09e986e94c3c2a65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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.7+git${SRCREV}"
LEAD_SONAME = "libdrm.so"
inherit autotools_stage pkgconfig
|