Edit

IABSD.fr/xenocara/lib/libGLU/glu.pc.in

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2019-11-27 10:26:12
    Hash : f42e66cb
    Message : update to GLU 9.0.1 Among other minor changes this adds a stddef.h include for NULL required to build with Mesa 19.2 headers.

  • lib/libGLU/glu.pc.in
  • prefix=@prefix@
    exec_prefix=${prefix}
    libdir=@libdir@
    includedir=@includedir@
    
    Name: glu
    Description: Mesa OpenGL Utility library
    Requires: @GLU_REQUIRES@
    Version: @VERSION@
    Libs: -L${libdir} -lGLU
    Libs.private: -lm
    Cflags: -I${includedir}