From bb307f1bf2637879b306cfa4abb1a637b3ad83d6 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 10 Sep 2016 00:46:59 +0200 Subject: mesa: port patch to new mesa version Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-graphics/mesa/mesa/apalis-tk1/tegra-path-add.pcp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes-graphics') diff --git a/recipes-graphics/mesa/mesa/apalis-tk1/tegra-path-add.pcp b/recipes-graphics/mesa/mesa/apalis-tk1/tegra-path-add.pcp index 0d23203..cf6db3b 100644 --- a/recipes-graphics/mesa/mesa/apalis-tk1/tegra-path-add.pcp +++ b/recipes-graphics/mesa/mesa/apalis-tk1/tegra-path-add.pcp @@ -4,8 +4,8 @@ index 1a817e5..a82163d 100644 +++ b/usr/lib/pkgconfig/egl.pc @@ -7,6 +7,6 @@ Name: egl Description: Mesa EGL library - Requires.private: libdrm >= 2.4.38 x11 xext xdamage xfixes x11-xcb xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8 xxf86vm - Version: 10.6.3 + Requires.private: libdrm >= 2.4.60 x11 xext xdamage xfixes x11-xcb xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8 xxf86vm + Version: 11.1.1 -Libs: -L${libdir} -lEGL +Libs: -L${libdir}/arm-linux-gnueabihf/tegra-egl -L${libdir} -lEGL Libs.private: -lm -lpthread -ldl @@ -16,8 +16,8 @@ index c753814..20876c7 100644 +++ b/usr/lib/pkgconfig/gl.pc @@ -7,7 +7,7 @@ Name: gl Description: Mesa OpenGL library - Requires.private: libdrm >= 2.4.38 x11 xext xdamage xfixes x11-xcb xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8 xxf86vm - Version: 10.6.3 + Requires.private: libdrm >= 2.4.60 x11 xext xdamage xfixes x11-xcb xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8 xxf86vm + Version: 11.1.1 -Libs: -L${libdir} -lGL +Libs: -L${libdir}/arm-linux-gnueabihf/tegra -L${libdir} -lGL Libs.private: -lm -lpthread -ldl @@ -30,7 +30,7 @@ index 0598afe..d7c36a5 100644 @@ -7,6 +7,6 @@ Name: glesv1_cm Description: Mesa OpenGL ES 1.1 CM library Requires.private: - Version: 10.6.3 + Version: 11.1.1 -Libs: -L${libdir} -lGLESv1_CM +Libs: -L${libdir}/arm-linux-gnueabihf/tegra-egl -L${libdir} -lGLESv1_CM Libs.private: -lm -lpthread -ldl @@ -42,7 +42,7 @@ index edd1b35..f06578b 100644 @@ -7,6 +7,6 @@ Name: glesv2 Description: Mesa OpenGL ES 2.0 library Requires.private: - Version: 10.6.3 + Version: 11.1.1 -Libs: -L${libdir} -lGLESv2 +Libs: -L${libdir}/arm-linux-gnueabihf/tegra-egl -L${libdir} -lGLESv2 Libs.private: -lm -lpthread -ldl -- cgit v1.2.3