Browse Source

Commit ommitted ntk_gl pkg-config files.

tags/v1.3.1000
Jonathan Moore Liles 12 years ago
parent
commit
891e8c604e
2 changed files with 21 additions and 0 deletions
  1. +8
    -0
      ntk_gl-uninstalled.pc.in
  2. +13
    -0
      ntk_gl.pc.in

+ 8
- 0
ntk_gl-uninstalled.pc.in View File

@@ -0,0 +1,8 @@
Name: ntk
Description: Non ToolKit
Version: @VERSION@

Requires: gl
Libs: @BUILD@/libs/libntk_gl.a
Libs.private: -lgl
Cflags: -I@BUILD@/FL

+ 13
- 0
ntk_gl.pc.in View File

@@ -0,0 +1,13 @@
prefix=@PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: ntk_images
Description: Non ToolKit OpenGL support
Version: @VERSION@

Requires: gl
Requires.private: x11 xft
Libs: -L${libdir} -lntk -lgl -lntk_gl
Cflags: -I${includedir}/ntk

Loading…
Cancel
Save