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
1 changed files with 10 additions and 0 deletions

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
}