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:32 +0100 |
commit | 4cda8d767cc2add46dd8192b58ddc9def735c584 (patch) | |
tree | bb849806f65d4b9d4aab34d3be71bdfe64045d02 /meta/recipes-graphics/drm/libdrm.inc | |
parent | 64919232b48d1ced08fe2f14f019a7de2f888a2a (diff) | |
download | poky-4cda8d767cc2add46dd8192b58ddc9def735c584.tar.gz |
libdrm: upgrade to 2.4.44
Removed part of the installtests.patch since tests can now be installed
giving an option to configure script.
(From OE-Core rev: 563edb321594b007cae2294e807235ad22fd27da)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 | 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 | |||
20 | 20 | ||
21 | EXTRA_OECONF += "--disable-cairo-tests \ | 21 | EXTRA_OECONF += "--disable-cairo-tests \ |
22 | --enable-omap-experimental-api \ | 22 | --enable-omap-experimental-api \ |
23 | --enable-install-test-programs \ | ||
23 | " | 24 | " |
24 | ALLOW_EMPTY_${PN}-drivers = "1" | 25 | ALLOW_EMPTY_${PN}-drivers = "1" |
25 | PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \ | 26 | PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \ |