X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Flibgles2d%2Flibgles2d_git.bb;h=395b9e5f772bc3bf8eb927fe43576db310a638e3;hp=57d6d450811ce4363dd5e37e380b822ee18036ad;hb=054c14467de9fededadfaa03676aef2a6d588bb0;hpb=70cec4f2375bcf9b3a18e2983dd43dad14f45a19 diff --git a/recipes/libgles2d/libgles2d_git.bb b/recipes/libgles2d/libgles2d_git.bb index 57d6d45..395b9e5 100644 --- a/recipes/libgles2d/libgles2d_git.bb +++ b/recipes/libgles2d/libgles2d_git.bb @@ -1,9 +1,9 @@ DESCRIPTION = "An openGL-ES 2D library for OMAP3 SGX based systems" LICENSE = "GPL" -DEPENDS = "virtual/libsdl libgles-omap3" +DEPENDS = "virtual/libsdl libsdl-ttf libsdl-image libgles-omap3" -PR = "r3" +PR = "r7" PARALLEL_MAKE = "" @@ -11,13 +11,15 @@ SRC_URI = " \ git://github.com/Cpasjuste/GLES2D.git;protocol=git;branch=master \ " -SRCREV = "42280c1013f5815277104ed57622fbec075f3d12" +SRCREV = "758de1c91618cc8b4b2b3922c0c6c171b5a0b726" S = "${WORKDIR}/git/src" TARGET_CC_ARCH += "${LDFLAGS}" TARGET_CFLAGS += "-Wall -I./include" +CFLAGS += "-D_PANDORA_" + do_compile_prepend() { cd ${S}/ }