wok-4.x diff libwnck-dev/receipt @ rev 7989
Fix: lirc need python to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Jan 18 00:51:51 2011 +0100 (2011-01-18) |
parents | 5d23f675487c |
children |
line diff
1.1 --- a/libwnck-dev/receipt Thu Nov 18 01:01:37 2010 +0000 1.2 +++ b/libwnck-dev/receipt Tue Jan 18 00:51:51 2011 +0100 1.3 @@ -16,4 +16,5 @@ 1.4 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.5 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.6 cp -a $_pkg/usr/include $fs/usr 1.7 + cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share 1.8 }