mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
drm : add libdrm_2.4.0.bb
This is a GEM dependency. DRI2 will need GEM support
This commit is contained in:
@@ -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