summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-03-23 11:56:23 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-03-25 11:28:02 +0100
commit999b44b62cf019a6258be26795a8e335de66d339 (patch)
tree32ded5845dc847312f99e61db6ae6070fb9759ca
parentf37dfded4ac41df59d90bf38dc1810e9b1b66435 (diff)
pygtk:add missing development file
-rw-r--r--recipes/pygtk.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pygtk.recipe b/recipes/pygtk.recipe
index d442856..712d84e 100644
--- a/recipes/pygtk.recipe
+++ b/recipes/pygtk.recipe
@@ -22,7 +22,7 @@ class Recipe(recipe.Recipe):
Platform.LINUX: ['site-packages/gtk-2.0/gio/unix%(pext)s',
'site-packages/gtk-2.0/gtkunixprint%(pext)s'],
}
- files_devel = ['include/pygtk-2.0/pygtk', 'lib/pkgconfig/pygtk-2.0.pc']
+ files_devel = ['bin/pygobject-codegen-2.0', 'include/pygtk-2.0/pygtk', 'lib/pkgconfig/pygtk-2.0.pc']
files_demo = ['lib/pygtk/2.0/demos/',
'lib/pygtk/2.0/pygtk-demo.py',
'bin/pygtk-demo'