mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
8 lines
185 B
BlitzBasic
8 lines
185 B
BlitzBasic
SECTION = "x11/base"
|
|
LICENSE = "MIT"
|
|
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
|
|
PROVIDES = "drm"
|
|
DEPENDS = "libpthread-stubs"
|
|
|
|
inherit autotools_stage pkgconfig
|