diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-10-13 00:46:16 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-14 12:59:54 +0200 |
commit | f8938bf47d06e445c86d02403122c39926f1d036 (patch) | |
tree | 4a87f421a1eb264b055c1fe176acf232be0d7923 | |
parent | 7b57bef618afb0f830abd4f854fe811b8978d7ff (diff) | |
download | buildroot-f8938bf47d06e445c86d02403122c39926f1d036.tar.gz buildroot-f8938bf47d06e445c86d02403122c39926f1d036.zip |
package/rpi-userland: expose appropriate EGL version
The egl.pc file installed exposes version 1.0, while it really is a
much higher version.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch b/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch index d7984ffe23..848e49d7ce 100644 --- a/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch +++ b/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch @@ -18,7 +18,7 @@ Index: b/interface/khronos/egl/egl.pc.in + +Name: egl +Description: RasberryPi implementation of EGL -+Version: 1.0 ++Version: 10 +Libs: -L${libdir} -lEGL -lGLESv2 -lbcm_host +Cflags: -I${includedir}/ -I${includedir}/interface/vcos/pthreads/ \ + -I${includedir}/interface/vmcs_host/linux/ |