mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02: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
|