mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
drm : add libdrm_2.4.0.bb
This is a GEM dependency. DRI2 will need GEM support
This commit is contained in:
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user