diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-09 10:38:04 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-09 10:38:04 +0200 |
commit | d62f8443fb2f4949acccd77724361f2686793701 (patch) | |
tree | 23fe6f0896e0d96c67c6843f3130aa74b20813f0 /recipes/orc.recipe | |
parent | ac1a7774bd080513aba8e457361b42ca35ec15aa (diff) |
Put orcc into the devel packages
Diffstat (limited to 'recipes/orc.recipe')
-rw-r--r-- | recipes/orc.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/orc.recipe b/recipes/orc.recipe index 42119c90..dd061e8d 100644 --- a/recipes/orc.recipe +++ b/recipes/orc.recipe @@ -7,7 +7,7 @@ class Recipe(recipe.Recipe): license = 'BSD-like' files_libs = ['liborc-0.4'] - files_bins = ['orcc'] files_devel = ['include/orc-0.4', 'lib/pkgconfig/orc-0.4.pc', - 'bin/orc-bugreport%(bext)s', 'share/aclocal/orc.m4'] + 'bin/orc-bugreport%(bext)s', 'share/aclocal/orc.m4', + 'bin/orcc%(bext)s'] |