mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
libdrm: libdrm does not depend on xcb any more
(From OE-Core rev: ed49240504e6ebbe294ba3b7c20c13308bb2768e) Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b9546138e3
commit
9e1c7a81a3
@@ -8,9 +8,9 @@ SECTION = "x11/base"
|
||||
LICENSE = "MIT"
|
||||
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
|
||||
PROVIDES = "drm"
|
||||
DEPENDS = "libpthread-stubs udev cairo virtual/libx11"
|
||||
DEPENDS = "libpthread-stubs udev cairo"
|
||||
|
||||
INC_PR = "r1"
|
||||
INC_PR = "r2"
|
||||
|
||||
#libpciaccess is required starting from libdrm 2.4.26
|
||||
DEPENDS += " libpciaccess"
|
||||
|
||||
Reference in New Issue
Block a user