diff options
author | David Walter Seikel | 2016-03-29 02:16:55 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-03-29 02:16:55 +1000 |
commit | cb3716ffb584fe0f593b6f1669a8efdba1305104 (patch) | |
tree | 5d1ebc4b6fc17b30f4b34e7e64a2d9514893459b /src/others/mimesh/libg3d-0.0.8/libg3d.pc.in | |
parent | Add Prosody build script. (diff) | |
download | SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.zip SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.gz SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.bz2 SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.xz |
Added my version of libg3d and friends.
Diffstat (limited to '')
-rw-r--r-- | src/others/mimesh/libg3d-0.0.8/libg3d.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/libg3d.pc.in b/src/others/mimesh/libg3d-0.0.8/libg3d.pc.in new file mode 100644 index 0000000..5c0205b --- /dev/null +++ b/src/others/mimesh/libg3d-0.0.8/libg3d.pc.in | |||
@@ -0,0 +1,12 @@ | |||
1 | prefix=@prefix@ | ||
2 | exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | ||
4 | includedir=@includedir@ | ||
5 | |||
6 | Name: libg3d | ||
7 | Version: @VERSION@ | ||
8 | Description: 3D object loading library | ||
9 | Requires: glib-2.0 | ||
10 | Libs: -L${libdir} -lg3d | ||
11 | Libs.private: -lm @MAGIC_LIBS@ @LIBGSF_LIBS@ | ||
12 | Cflags: -I${includedir} | ||