https://github.com/behdad/glyphy
Raw File
Tip revision: 68a5f8d8ae64e0158d776b21581d0ecb70ec8304 authored by Brad Erickson on 04 July 2023, 18:36:52 UTC
Add Github Actions CI Workflow to build/test on Ubuntu 22.04
Tip revision: 68a5f8d
glyphy.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: GLyphy
Description: High-quality glyph rendering library using OpenGL ES2 shaders
URL: http://code.google.com/p/glyphy/
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lglyphy
Cflags: -I${includedir}/glyphy
back to top