aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-05-31 14:23:16 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-03 23:45:50 +0100
commit84f0b7c51c0f6778fb2b3bd01875095d284a793b (patch)
treed1ca1ea5597b363baaef017895a9c08bcdee132e /meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb
parente922e23a7b3868b2dc9c5845fc5c5df1940df00d (diff)
downloadopenembedded-core-contrib-84f0b7c51c0f6778fb2b3bd01875095d284a793b.tar.gz
libepoxy: Upgrade 1.4.1 -> 1.4.2
Mostly a bug fix release Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb')
-rw-r--r--meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb
new file mode 100644
index 0000000000..e69e8284e4
--- /dev/null
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb
@@ -0,0 +1,20 @@
+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 = "https://github.com/anholt/${BPN}/releases/download/${PV}/${BP}.tar.xz"
+SRC_URI[md5sum] = "632fcfd7ae9d21f5a634326d753a89c4"
+SRC_URI[sha256sum] = "bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3"
+UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases"
+
+inherit autotools pkgconfig distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "opengl"
+
+DEPENDS = "util-macros virtual/egl"
+
+PACKAGECONFIG[x11] = "--enable-glx, --disable-glx, virtual/libx11"
+PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"