summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm.inc
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-10-08 20:22:15 +1100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-18 12:13:43 +0100
commiteb8a8fe503de277eb1b5c6b4c157368b2bee116e (patch)
treee1ece9811d39c536c081903febeecaa4ef5a38c0 /meta/recipes-graphics/drm/libdrm.inc
parent4ebe9d1ebeb1cd55989fa0faab17d3ff1d8756d2 (diff)
downloadpoky-eb8a8fe503de277eb1b5c6b4c157368b2bee116e.tar.gz
libdrm: Add --disable-cairo-tests switch and update to upstream patch
Rather than implicitly relying on Cairo being disabled through not being present, add a configure switch to forcibly disable it. The updates the code to use a patch backported from upstream git instead of our custom version. (From OE-Core rev: fa9ccb23e5788f331cc868ce4bad4abd1eaeee9c) Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm.inc')
-rw-r--r--meta/recipes-graphics/drm/libdrm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc
index 2ed9c14b1d..a64a5df0f5 100644
--- a/meta/recipes-graphics/drm/libdrm.inc
+++ b/meta/recipes-graphics/drm/libdrm.inc
@@ -18,7 +18,7 @@ DEPENDS += " libpciaccess"
18 18
19inherit autotools pkgconfig 19inherit autotools pkgconfig
20 20
21EXTRA_OECONF += "--disable-cairo" 21EXTRA_OECONF += "--disable-cairo-tests"
22 22
23PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-kms" 23PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-kms"
24FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode*" 24FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode*"