Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 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 = " \ |
| 10 | git://github.com/anholt/libepoxy.git \ |
| 11 | file://0001-select-platforms-based-on-configuration-results.patch \ |
| 12 | file://0002-add-an-option-to-disable-glx-support.patch \ |
| 13 | file://no-need-for-python3.patch \ |
| 14 | " |
| 15 | SRCREV="e2c33af5bfcfc9d168f9e776156dd47c33f428b3" |
| 16 | PV = "1.3.1" |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | inherit autotools pkgconfig |
| 21 | |
| 22 | DEPENDS = "util-macros virtual/egl" |
| 23 | |
| 24 | PACKAGECONFIG[x11] = "--enable-glx, --disable-glx, virtual/libx11" |
| 25 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |