mirror of
https://git.yoctoproject.org/poky
synced 2026-07-04 23:13:40 +02:00
Add the missing SUMMARY fields and update DESCRIPTION fields if necessary Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
16 lines
490 B
PHP
16 lines
490 B
PHP
SUMMARY = "Direct Rendering Manager userspace library"
|
|
DESCRIPTION = "userspace library for accessing the DRM(direct rendering manager)"
|
|
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"
|