summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm_2.4.70.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_2.4.70.bb')
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.70.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.70.bb b/meta/recipes-graphics/drm/libdrm_2.4.70.bb
index 632c30e9bf..a2b5282eaf 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.70.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.70.bb
@@ -13,6 +13,7 @@ DEPENDS = "libpthread-stubs udev libpciaccess"
13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ 13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
14 file://installtests.patch \ 14 file://installtests.patch \
15 file://fix_O_CLOEXEC_undeclared.patch \ 15 file://fix_O_CLOEXEC_undeclared.patch \
16 file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \
16 " 17 "
17 18
18SRC_URI[md5sum] = "920957cfe25a80efb02be9bd90bf3c1e" 19SRC_URI[md5sum] = "920957cfe25a80efb02be9bd90bf3c1e"
@@ -21,6 +22,7 @@ SRC_URI[sha256sum] = "b17d4b39ed97ca0e4cffa0db06ff609e617bac94646ec38e8e0579d530
21inherit autotools pkgconfig 22inherit autotools pkgconfig
22 23
23EXTRA_OECONF += "--disable-cairo-tests \ 24EXTRA_OECONF += "--disable-cairo-tests \
25 --without-cunit \
24 --enable-omap-experimental-api \ 26 --enable-omap-experimental-api \
25 --enable-install-test-programs \ 27 --enable-install-test-programs \
26 --disable-manpages \ 28 --disable-manpages \