From: "Fatih Aşıcı" <fatih.asici@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] gpu-viv-bin-mx6q: add pkgconfig files for EGL and OpenGLESv2
Date: Tue, 17 Sep 2013 14:20:10 +0300 [thread overview]
Message-ID: <1379416810.13187.1.camel@viko> (raw)
Signed-off-by: Fatih A??c? <fatih.asici@gmail.com>
---
.../gpu-viv-bin-mx6q-add-pkgconfig-files.patch | 30 ++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 package/freescale-imx/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q-add-pkgconfig-files.patch
diff --git a/package/freescale-imx/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q-add-pkgconfig-files.patch b/package/freescale-imx/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q-add-pkgconfig-files.patch
new file mode 100644
index 0000000..8ed4ffe
--- /dev/null
+++ b/package/freescale-imx/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q-add-pkgconfig-files.patch
@@ -0,0 +1,30 @@
+Add .pc files for the OpenGLESv2 and EGL libraries
+
+Signed-off-by: Fatih A??c? <fatih.asici@gmail.com>
+
+--- /dev/null
++++ b/usr/lib/pkgconfig/egl.pc
+@@ -0,0 +1,10 @@
++prefix=/usr
++exec_prefix=${prefix}
++libdir=${exec_prefix}/lib
++includedir=${prefix}/include
++
++Name: egl
++Description: Freescale gpu-viv-bin-mx6q implementation of EGL
++Version: 1.0
++Libs: -L${libdir} -lEGL
++Cflags: -I${includedir}/ -DEGL_API_FB=1
+--- /dev/null
++++ b/usr/lib/pkgconfig/glesv2.pc
+@@ -0,0 +1,10 @@
++prefix=/usr
++exec_prefix=${prefix}
++libdir=${exec_prefix}/lib
++includedir=${prefix}/include
++
++Name: glesv2
++Description: Freescale gpu-viv-bin-mx6q implementation of OpenGL ESv2
++Version: 2.0
++Libs: -L${libdir} -lGAL -lEGL -lGLESv2
++Cflags: -I${includedir}/ -DEGL_API_FB=1
--
1.7.10.4
next reply other threads:[~2013-09-17 11:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-17 11:20 Fatih Aşıcı [this message]
2013-09-18 7:09 ` [Buildroot] [PATCH] gpu-viv-bin-mx6q: add pkgconfig files for EGL and OpenGLESv2 Arnout Vandecappelle
2013-09-18 8:36 ` Fatih Aşıcı
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1379416810.13187.1.camel@viko \
--to=fatih.asici@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.