mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
332 B

  1. diff --git a/src/glw/glw.pc.in b/src/glw/glw.pc.in
  2. --- /dev/null
  3. +++ b/src/glw/glw.pc.in
  4. @@ -0,0 +1,11 @@
  5. +
  6. +exec_prefix=${prefix}
  7. +libdir=${exec_prefix}/@LIB_DIR@
  8. +includedir=${prefix}/include
  9. +
  10. +Name: glw
  11. +Description: Mesa OpenGL widget library
  12. +Requires: gl
  13. +Version: @VERSION@
  14. +Libs: -L${libdir} -lGLU
  15. +Cflags: -I${includedir}