diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-26 08:06:03 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-30 11:59:29 -0400 |
commit | 5b08302b8885b7a3d8670ecc92a609a29a197606 (patch) | |
tree | 0059b6fc54d208f6f8e527ff77072d17092af838 /recipes-graphics/libgles/libgles-omap3.inc | |
parent | 51617eac0cdd959918564ee4cc5442048cff51d9 (diff) | |
download | meta-ti-5b08302b8885b7a3d8670ecc92a609a29a197606.tar.gz |
libgles-omap3: add missing libdrm dependencyv2012.05-yocto1.2
dpkg-deb -I shows:
Package: libgles-omap3
Version: 4.05.00.03-r26
Depends: libgles-omap3-flipwsegl, devmem2, update-rc.d, libdrm2 (>= 2.4.31), libgles-omap3-linuxfbwsegl, fbset, libc6 (>= 2.12), libgles-omap3-blitwsegl, libgles-omap3-frontwsegl
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/libgles/libgles-omap3.inc')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc index fbd931f1..93cb0911 100644 --- a/recipes-graphics/libgles/libgles-omap3.inc +++ b/recipes-graphics/libgles/libgles-omap3.inc | |||
@@ -3,11 +3,11 @@ LICENSE = "proprietary-binary" | |||
3 | # 'TSPA.txt' might not be the best file to md5sum | 3 | # 'TSPA.txt' might not be the best file to md5sum |
4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" | 4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" |
5 | 5 | ||
6 | PR = "r26" | 6 | PR = "r27" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" | 8 | COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" |
9 | 9 | ||
10 | DEPENDS = "virtual/libx11 libxau libxdmcp" | 10 | DEPENDS = "virtual/libx11 libxau libxdmcp libdrm" |
11 | 11 | ||
12 | PROVIDES += "virtual/egl" | 12 | PROVIDES += "virtual/egl" |
13 | 13 | ||