SUMMARY = "Userspace interface to the kernel DRM services" DESCRIPTION = "The runtime library for accessing the kernel DRM services. DRM \ stands for \"Direct Rendering Manager\", which is the kernel portion of the \ \"Direct Rendering Infrastructure\" (DRI). DRI is required for many hardware \ accelerated OpenGL drivers." HOMEPAGE = "http://dri.freedesktop.org" SECTION = "x11/base" LICENSE = "MIT" SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" PROVIDES = "drm" DEPENDS = "libpthread-stubs udev cairo virtual/libx11" inherit autotools pkgconfig PACKAGES =+ "libdrm-tests" FILES_libdrm-tests = "${bindir}/dr* ${bindir}/mode*" LEAD_SONAME = "libdrm.so"