diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2015-01-29 15:21:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-08 08:00:03 +0000 |
commit | 9ab2d19d4c320cc37f71bba25caa7585caf9679e (patch) | |
tree | dd9f9c5f788e056f9b29b2dfff1a03e9110006cb /meta/recipes-graphics/drm/libdrm.inc | |
parent | 59e62c44cba3a88b073547701e1e9f6ea84ddd6c (diff) | |
download | openembedded-core-9ab2d19d4c320cc37f71bba25caa7585caf9679e.tar.gz openembedded-core-9ab2d19d4c320cc37f71bba25caa7585caf9679e.tar.bz2 openembedded-core-9ab2d19d4c320cc37f71bba25caa7585caf9679e.zip |
libdrm: upgrade to 2.4.59
* Refreshed installtests.patch
* Removed --enable-freedreno-experimental-api, since it is now enabled by
default upstream
Tested on Snapdragon 600 with freedreno and X11.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm.inc')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index cfac9e2a2b..d3e1e92b61 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc @@ -21,7 +21,6 @@ inherit autotools pkgconfig EXTRA_OECONF += "--disable-cairo-tests \ --enable-omap-experimental-api \ - --enable-freedreno-experimental-api \ --enable-install-test-programs \ --disable-manpages \ " |