mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
They can't be built withou x11 in DISTRO_FEATURES. (From OE-Core rev: 908f6f2ded18d5301f428e685bface60335bd791) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
524 B
BlitzBasic
20 lines
524 B
BlitzBasic
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 distro_features_check
|
|
|
|
# The virtual/libx11 requires x11 in DISTRO_FEATURES
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
DEPENDS = "util-macros virtual/egl virtual/libx11"
|