1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00

libgbm: depend on udev, as it uses libudev, cleanup

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2017-03-03 04:37:00 +00:00
parent 5a8ca1452f
commit 870b2f482c
+5 -3
View File
@@ -1,8 +1,10 @@
DESCRIPTION = "Userspace interface for the kernel GBM services."
HOMEPAGE = "http://git.ti.com"
SUMMARY = "Userspace interface for the kernel GBM services"
HOMEPAGE = "http://git.ti.com/glsdk/libgbm.git"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
DEPENDS = "libdrm"
DEPENDS = "libdrm udev"
inherit autotools pkgconfig