diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-10-08 20:22:15 +1100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:03:26 +0100 |
commit | fa9ccb23e5788f331cc868ce4bad4abd1eaeee9c (patch) | |
tree | d3f145ff9dc65f1f04c2d6fcf7c83a36ddce264a /meta/recipes-graphics/drm/libdrm.inc | |
parent | 14c4c1de25b73c918a7ebb074359160290e9642f (diff) | |
download | openembedded-core-fa9ccb23e5788f331cc868ce4bad4abd1eaeee9c.tar.gz openembedded-core-fa9ccb23e5788f331cc868ce4bad4abd1eaeee9c.tar.bz2 openembedded-core-fa9ccb23e5788f331cc868ce4bad4abd1eaeee9c.zip |
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.
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.inc | 2 |
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" inherit autotools pkgconfig -EXTRA_OECONF += "--disable-cairo" +EXTRA_OECONF += "--disable-cairo-tests" PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-kms" FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode*" |