aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powervr-drivers
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-07-19 12:42:08 +0200
committerKoen Kooi <koen@openembedded.org>2010-07-19 12:42:08 +0200
commitf87932855cece2532eba2a09fd374e5c3f08c20c (patch)
treef63309b5a4be5fd20c948130999a69308c288dc3 /recipes/powervr-drivers
parent57e0fe372862c29421ba57bd03e0cac135bcaa25 (diff)
downloadopenembedded-f87932855cece2532eba2a09fd374e5c3f08c20c.tar.gz
bc-cube: add libgles-omap3-x11wsegl to x11 rdepends
Diffstat (limited to 'recipes/powervr-drivers')
-rw-r--r--recipes/powervr-drivers/bc-cube_0.2.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/powervr-drivers/bc-cube_0.2.0.bb b/recipes/powervr-drivers/bc-cube_0.2.0.bb
index a1164d23a9..cf2aa9541e 100644
--- a/recipes/powervr-drivers/bc-cube_0.2.0.bb
+++ b/recipes/powervr-drivers/bc-cube_0.2.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "TI Texture streaming using bufferclass API demo (spinning video c
LICENSE = "TI-BSD/GPLv2"
DEPENDS = "virtual/egl"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/apps_processors/OMAP35x_AM35x_Video_Texture_Streaming/1_0/exports/bc-cat-${PV}.tar.gz;name=bccat \
file://bc-cat-0.2.0.patch \
@@ -45,3 +45,5 @@ PACKAGES =+ "${PN}-fb ${PN}-x11"
FILES_${PN}-x11 = "${bindir}/*x11 ${datadir}/applications"
FILES_${PN}-fb = "${bindir}/*fb"
+RDEPENDS_${PN}-x11 += "libgles-omap3-x11wsegl"
+