diff options
Diffstat (limited to 'meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb')
| -rw-r--r-- | meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb new file mode 100644 index 0000000000..4d52f126ff --- /dev/null +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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 | SRC_URI = "https://github.com/anholt/${BPN}/releases/download/v1.4/${BP}.tar.xz" | ||
| 9 | SRC_URI[md5sum] = "d8d8cbf2beb64975d424fcc5167a2a38" | ||
| 10 | SRC_URI[sha256sum] = "25a906b14a921bc2b488cfeaa21a00486fe92630e4a9dd346e4ecabeae52ab41" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig distro_features_check | ||
| 13 | |||
| 14 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 15 | |||
| 16 | DEPENDS = "util-macros virtual/egl" | ||
| 17 | |||
| 18 | PACKAGECONFIG[x11] = "--enable-glx, --disable-glx, virtual/libx11" | ||
| 19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | ||
