Skip to content

Commit

Permalink
libepoxy: add git version
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Apr 8, 2015
1 parent 22a28fc commit b229a27
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipes-tweaks/xorg-xserver/libepoxy_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SUMMARY = "Epoxy is a library for handling OpenGL function pointer management for you."

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"

DEPENDS = "virtual/mesa virtual/egl util-macros virtual/libx11"

PV = "1.2"

SRC_URI = "git://github.com/anholt/libepoxy.git"
SRCREV = "20062c25e7612cab023cdef44d3277ba1bd0b2de"

S = "${WORKDIR}/git"

inherit autotools pythonnative pkgconfig

0 comments on commit b229a27

Please sign in to comment.