libepoxy: Add as GTK+ 3.16 requirement

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

(From OE-Core rev: 9c3ed6ed0e432291109242fb3aebca232944a7ee)

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jussi Kukkonen 2015-04-09 15:16:26 +03:00 committed by Richard Purdie
parent 4a1b6ad7d4
commit bd7de7e1d7
1 changed files with 16 additions and 0 deletions

View File

@ -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"