# # A library for handling OpenGL function pointer management. # # It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), # eglGetProcAddress(), etc. from the app developer, with very little # knowledge needed on their part. They get to read GL specs and write # code using undecorated function names like glCompileShader(). # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libepoxy pkgversion=1.5.10 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libepoxy_1.5.10_amd64-1@libs blurb="A library for handling OpenGL function pointer management." homepage="https://github.com/anholt/libepoxy" license="MIT" fetch="https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.10.tar.xz" replace=""