libepoxy is a library for handling OpenGL function pointer management.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://download.gnome.org/sources//libepoxy/1.5/libepoxy-1.5.10.tar.xz
Download SHA256 Sum: 072cda4b59dd098bba8c2363a6247299db1fa89411dc221c8b81b8ee8192e623
Download MD5 sum: 10c635557904aed5239a4885a7c4efb7
Download size: 3,347.1 KB
Estimated disk space required: 13,032.1 KB
Estimated build time: less than 0.5 SBU
"doxygen" (for documentation)
Install libepoxy by running the following commands:
meson setup build --prefix=/usr --buildtype=release
To Build the package, issue:
ninja -C build
To test the results, issue:
ninja -C build test
Now Install, as the root user:
ninja -C build install
-D docs=true: If you have "doxygen"
installed, add this option to generate additional documentation.