1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

drm : add libdrm_2.4.0.bb

This is a GEM dependency. DRI2 will need GEM support
This commit is contained in:
Peng Li
2008-10-28 11:20:17 +08:00
parent f19e4350c0
commit 262e18f3ae
+10
View File
@@ -0,0 +1,10 @@
SECTION = "x11/base"
LICENSE = "MIT"
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
PROVIDES = "drm"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}