diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-03-03 04:37:00 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-03-06 14:32:26 -0500 |
commit | 90e1676ffcdf2c79bfe678448f9165690e009d24 (patch) | |
tree | 8c325face5d019e7d3099168fbc24af90a4372a4 /recipes-graphics/gbm | |
parent | 9988ee2231f35250ef6f98c628d3145cad8009be (diff) | |
download | meta-ti-90e1676ffcdf2c79bfe678448f9165690e009d24.tar.gz |
libgbm: depend on udev, as it uses libudev, cleanup
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/gbm')
-rw-r--r-- | recipes-graphics/gbm/libgbm_10.0.0.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb b/recipes-graphics/gbm/libgbm_10.0.0.bb index a55074af..848a5f66 100644 --- a/recipes-graphics/gbm/libgbm_10.0.0.bb +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb | |||
@@ -1,8 +1,10 @@ | |||
1 | DESCRIPTION = "Userspace interface for the kernel GBM services." | 1 | SUMMARY = "Userspace interface for the kernel GBM services" |
2 | HOMEPAGE = "http://git.ti.com" | 2 | HOMEPAGE = "http://git.ti.com/glsdk/libgbm.git" |
3 | |||
3 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7" | 5 | LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7" |
5 | DEPENDS = "libdrm" | 6 | |
7 | DEPENDS = "libdrm udev" | ||
6 | 8 | ||
7 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
8 | 10 | ||