diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-05-10 16:23:33 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:21 +0100 |
commit | 563edb321594b007cae2294e807235ad22fd27da (patch) | |
tree | 07664f3488a207e001df8b2485b7990359e0f967 /meta/recipes-graphics/drm/libdrm.inc | |
parent | e2efcff4c4a3d6d5b4cecac57b952f8fb8680a22 (diff) | |
download | openembedded-core-563edb321594b007cae2294e807235ad22fd27da.tar.gz openembedded-core-563edb321594b007cae2294e807235ad22fd27da.tar.bz2 openembedded-core-563edb321594b007cae2294e807235ad22fd27da.zip |
libdrm: upgrade to 2.4.44
Removed part of the installtests.patch since tests can now be installed
giving an option to configure script.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm.inc')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index 9c1124e181..e395e0324a 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc @@ -20,6 +20,7 @@ inherit autotools pkgconfig EXTRA_OECONF += "--disable-cairo-tests \ --enable-omap-experimental-api \ + --enable-install-test-programs \ " ALLOW_EMPTY_${PN}-drivers = "1" PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \ |