[oe-commits] Jussi Kukkonen : libepoxy: Add as GTK+ 3.16 requirement

git at git.openembedded.org git at git.openembedded.org
Sat Apr 11 22:34:04 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 9c3ed6ed0e432291109242fb3aebca232944a7ee
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9c3ed6ed0e432291109242fb3aebca232944a7ee

Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
Date:   Thu Apr  9 15:16:26 2015 +0300

libepoxy: Add as GTK+ 3.16 requirement

Libepoxy is a OpenGL function pointer management library required by
GTK 3.16.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/libepoxy/libepoxy_1.2.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb
new file mode 100644
index 0000000..4357331
--- /dev/null
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "OpenGL function pointer management library"
+HOMEPAGE = "https://github.com/anholt/libepoxy/"
+SECTION = "libs"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
+
+
+SRC_URI = "git://github.com/anholt/libepoxy.git"
+SRCREV="7422de5b4be7b19d789136b3bb5f932de42db27c"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+DEPENDS = "util-macros"



More information about the Openembedded-commits mailing list