aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-graphics/drm/libdrm_git.bbappend
blob: cb5ebffde7aa4f51e3b11a16a75dbe9cf60fc38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRCREV = "e6ec4c88519da05eccc05ed2ae7ff20277e3672a"
PV = "2.4.53+git${SRCPV}"

SRC_URI += " \
	    file://0001-radeon-add-Mullins-chip-family.patch \
	    file://0002-radeon-add-Mullins-pci-ids.patch \
	    "

PATCHTOOL = "git"

EXTRA_OECONF += "--enable-optimized \
		 --disable-assertions \
		 --enable-shared \
		 --enable-targets=x86_64 \
		 --enable-experimental-targets=R600 \
		 --enable-bindings=none"