We could install the binaries somewhere but the sources are more
useful as examples.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
-IUSE="examples wayland"
+IUSE="wayland"
RDEPEND="
x11-libs/libxkbcommon
src_configure() {
local mycmakeargs=(
- -DGLFW_BUILD_EXAMPLES="$(usex examples)"
+ -DGLFW_BUILD_EXAMPLES=no
-DGLFW_USE_WAYLAND="$(usex wayland)"
-DBUILD_SHARED_LIBS=1
)