blob: 1eabc200676c9ea13d1a5da61a90ff08b8d34acc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
SECTION = "x11/base"
LICENSE = "MIT"
SRC_URI = "git://anongit.freedesktop.org/mesa/drm;protocol=git;branch=master"
SRC_URI_om-gta02 = "git://git.bitwiz.org.uk/libdrm.git;protocol=git;branch=glamo"
PROVIDES = "drm"
DEPENDS = "libpthread-stubs virtual/kernel"
PE = "1"
PV = "2.4.15+gitr${SRCREV}"
PR = "r1"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_om-gta02 = "1"
S = "${WORKDIR}/git"
EXTRA_OECONF_append_om-gta02 = " --enable-glamo-experimental-api --disable-intel"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|