summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gbm/libgbm_10.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/gbm/libgbm_10.0.0.bb')
-rw-r--r--recipes-graphics/gbm/libgbm_10.0.0.bb8
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 @@
1DESCRIPTION = "Userspace interface for the kernel GBM services." 1SUMMARY = "Userspace interface for the kernel GBM services"
2HOMEPAGE = "http://git.ti.com" 2HOMEPAGE = "http://git.ti.com/glsdk/libgbm.git"
3
3LICENSE = "MIT" 4LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7" 5LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
5DEPENDS = "libdrm" 6
7DEPENDS = "libdrm udev"
6 8
7inherit autotools pkgconfig 9inherit autotools pkgconfig
8 10