From 891e8c604e569c695b848b83845871e49df1ae07 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Wed, 14 Nov 2012 02:32:08 -0800 Subject: [PATCH] Commit ommitted ntk_gl pkg-config files. --- ntk_gl-uninstalled.pc.in | 8 ++++++++ ntk_gl.pc.in | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 ntk_gl-uninstalled.pc.in create mode 100644 ntk_gl.pc.in diff --git a/ntk_gl-uninstalled.pc.in b/ntk_gl-uninstalled.pc.in new file mode 100644 index 0000000..17f6600 --- /dev/null +++ b/ntk_gl-uninstalled.pc.in @@ -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 diff --git a/ntk_gl.pc.in b/ntk_gl.pc.in new file mode 100644 index 0000000..0c4e644 --- /dev/null +++ b/ntk_gl.pc.in @@ -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