diff options
author | Rusty Lynch <rusty.lynch@intel.com> | 2008-10-22 04:21:53 -0700 |
---|---|---|
committer | Rusty Lynch <rusty.lynch@intel.com> | 2008-10-22 04:21:53 -0700 |
commit | ca7fa46814bb7386c74e32c1f452aa8fb0906d67 (patch) | |
tree | 25350b020aa7c5578855a285c6b0a811937f9e68 /meta/packages/helix/helix-libs/hxclient.pc | |
parent | 06db259785557c31b2d07a3e5e181eb052e47754 (diff) | |
download | poky-ca7fa46814bb7386c74e32c1f452aa8fb0906d67.tar.gz |
* Adding initial ribosome (helix build system) and helix-libs recipes
Diffstat (limited to 'meta/packages/helix/helix-libs/hxclient.pc')
-rw-r--r-- | meta/packages/helix/helix-libs/hxclient.pc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/helix/helix-libs/hxclient.pc b/meta/packages/helix/helix-libs/hxclient.pc new file mode 100644 index 0000000000..8f64d25670 --- /dev/null +++ b/meta/packages/helix/helix-libs/hxclient.pc | |||
@@ -0,0 +1,11 @@ | |||
1 | prefix=/opt/helix | ||
2 | exec_prefix=${prefix} | ||
3 | libdir=${exec_prefix}/lib | ||
4 | includedir=${prefix}/include | ||
5 | |||
6 | Name: hxclient | ||
7 | Description: Helix Client Libraries off the Atlas Branch | ||
8 | Version: 4.1.0 | ||
9 | Libs: -L${libdir} -lhxclient -lstdc++ | ||
10 | Cflags: -I${includedir} -D_UNIX | ||
11 | Requires: | ||