mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 12:06:15 +00:00
drm : add libdrm_2.4.0.bb
This is a GEM dependency. DRI2 will need GEM support
This commit is contained in:
parent
f19e4350c0
commit
262e18f3ae
10
meta/packages/drm/libdrm_2.4.0.bb
Normal file
10
meta/packages/drm/libdrm_2.4.0.bb
Normal 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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user