mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 02:42:33 +00:00
libdrm: Add missing DEPENDS on pthread-stubs
This commit is contained in:
parent
7fdff0f3cd
commit
9d0ed30faf
@ -2,6 +2,7 @@ SECTION = "x11/base"
|
||||
LICENSE = "MIT"
|
||||
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
|
||||
PROVIDES = "drm"
|
||||
DEPENDS = "pthread-stubs"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
@ -5,6 +5,8 @@ PROVIDES = "drm"
|
||||
|
||||
S = ${WORKDIR}/git
|
||||
|
||||
DEPENDS = "pthread-stubs"
|
||||
|
||||
PR = "r0"
|
||||
PV = "2.4.0+git${SRCREV}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user