mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 lines
313 B
HTML
13 lines
313 B
HTML
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"
|
|
|
|
PACKAGES =+ "libdrm-tests"
|
|
FILES_libdrm-tests = "${bindir}/dr* ${bindir}/mode*"
|
|
|
|
LEAD_SONAME = "libdrm.so"
|
|
|
|
inherit autotools pkgconfig
|