diff options
| -rw-r--r-- | meta/recipes-graphics/libepoxy/libepoxy_1.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 0000000000..4357331e33 --- /dev/null +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "OpenGL function pointer management library" | ||
| 2 | HOMEPAGE = "https://github.com/anholt/libepoxy/" | ||
| 3 | SECTION = "libs" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b" | ||
| 7 | |||
| 8 | |||
| 9 | SRC_URI = "git://github.com/anholt/libepoxy.git" | ||
| 10 | SRCREV="7422de5b4be7b19d789136b3bb5f932de42db27c" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | DEPENDS = "util-macros" | ||
