Edit

kc3-lang/ftgl/ftgl.pc.in

Branch :

  • Show log

    Commit

  • Author : sammy
    Date : 2008-04-04 12:21:46
    Hash : 9f978b91
    Message : * Big build system overhaul. Autotools-generated files are no longer stored in SVN, the bootstrap script is more tolerant with odd installations, all makefiles are a lot shorter.

  • ftgl.pc.in
  • prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    
    Name: @PACKAGE_NAME@
    Description: OpenGL frontend to Freetype 2
    Version: @PACKAGE_VERSION@
    Requires: 
    Libs: @GL_LIBS@ @FT2_LIBS@ -L${libdir} -lftgl
    Cflags: -I${includedir} @GL_CFLAGS@ @FT2_CFLAGS@