diff options
author | Rusty Lynch <rusty.lynch@intel.com> | 2008-10-22 09:57:13 -0700 |
---|---|---|
committer | Rusty Lynch <rusty.lynch@intel.com> | 2008-10-22 09:57:13 -0700 |
commit | be2ad3b90c064aeac043f3ce86af1d2c3b9a0e18 (patch) | |
tree | 9d79ec441d835bce5fcc085d5dec821bf327d692 /meta/packages/helix/helix-libs/helix-player.pc | |
parent | d4f444a667cde1dac505610f7294f7e440dc66b1 (diff) | |
download | poky-be2ad3b90c064aeac043f3ce86af1d2c3b9a0e18.tar.gz |
* Fixing the helix-player.pc to include a -lstdc++
* Adding clutter-helix recipe
Diffstat (limited to 'meta/packages/helix/helix-libs/helix-player.pc')
-rw-r--r-- | meta/packages/helix/helix-libs/helix-player.pc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/helix/helix-libs/helix-player.pc b/meta/packages/helix/helix-libs/helix-player.pc index bac67fc5c9..5d2994809e 100644 --- a/meta/packages/helix/helix-libs/helix-player.pc +++ b/meta/packages/helix/helix-libs/helix-player.pc | |||
@@ -6,6 +6,6 @@ includedir=${prefix}/include | |||
6 | Name: helix-player | 6 | Name: helix-player |
7 | Description: Helix Player Interface | 7 | Description: Helix Player Interface |
8 | Version: 4.1.0 | 8 | Version: 4.1.0 |
9 | Libs: -L${libdir} -lhelix-player | 9 | Libs: -L${libdir} -lhelix-player -lstdc++ |
10 | Cflags: -I/opt/helix/include -D_UNIX | 10 | Cflags: -I/opt/helix/include -D_UNIX |
11 | Requires: | 11 | Requires: |