diff options
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm.inc')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc new file mode 100644 index 0000000000..4f153ff7f7 --- /dev/null +++ b/meta/recipes-graphics/drm/libdrm.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "userspace library for accessing the DRM(direct rendering manager)" | ||
2 | HOMEPAGE = "http://dri.freedesktop.org" | ||
3 | SECTION = "x11/base" | ||
4 | LICENSE = "MIT" | ||
5 | SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" | ||
6 | PROVIDES = "drm" | ||
7 | DEPENDS = "libpthread-stubs udev cairo virtual/libx11" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | PACKAGES =+ "libdrm-tests" | ||
12 | FILES_libdrm-tests = "${bindir}/dr* ${bindir}/mode*" | ||
13 | |||
14 | LEAD_SONAME = "libdrm.so" | ||