diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 11:51:16 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 12:02:35 +0100 |
commit | 5d5148b88be7fdee6f68df2c8e27f5bdd76c6141 (patch) | |
tree | 6ac23f08d093697594e8b5d92fe4dbc851685181 /recipes-support/sqlite/sqlite-2.8.17/sqlite.pc | |
parent | 982fc759b16d655474acf5236f7f1633b62e510d (diff) | |
download | meta-openembedded-5d5148b88be7fdee6f68df2c8e27f5bdd76c6141.tar.gz |
sqlite2 from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-support/sqlite/sqlite-2.8.17/sqlite.pc')
-rw-r--r-- | recipes-support/sqlite/sqlite-2.8.17/sqlite.pc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-support/sqlite/sqlite-2.8.17/sqlite.pc b/recipes-support/sqlite/sqlite-2.8.17/sqlite.pc new file mode 100644 index 0000000000..6bc742eecb --- /dev/null +++ b/recipes-support/sqlite/sqlite-2.8.17/sqlite.pc | |||
@@ -0,0 +1,12 @@ | |||
1 | # Package Information for pkg-config | ||
2 | |||
3 | prefix=/usr | ||
4 | exec_prefix=${prefix} | ||
5 | libdir=${exec_prefix}/lib | ||
6 | includedir=${prefix}/include | ||
7 | |||
8 | Name: SQLite | ||
9 | Description: SQL database engine | ||
10 | Version: 2.8.17 | ||
11 | Libs: -L${libdir} -lsqlite | ||
12 | Cflags: -I${includedir} | ||