mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
19 lines
680 B
PHP
19 lines
680 B
PHP
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"
|