This update adds a new wayland client application to example-application repositiory to demonstrate glReadPixels() featcure with wayland display.
Signed-off-by: Ramprasad N <[email protected]> --- .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb index e44bee9..3e2452f 100644 --- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb +++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb @@ -14,9 +14,9 @@ inherit autotools pkgconfig SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git \ " -SRCREV="6197386b99383849fbf7c1017d2420742860a88c" +SRCREV="52466430609c402a9f1c0667ccf727d096336d0d" -PR = "r51" +PR = "r52" do_install_append () { install -d ${D}${sysconfdir}/glsdkstatcoll -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
