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.

14 lines
291B

  1. prefix=@PREFIX@
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: ntk_images
  6. Description: Non ToolKit OpenGL support
  7. Version: @VERSION@
  8. Requires: gl
  9. Requires.private: x11 xft
  10. Libs: -L${libdir} -lntk -lgl -lglu -lntk_gl
  11. Cflags: -I${includedir}/ntk @CFLAGS@