wok-6.x rev 13030
fcitx-configtool: include glib.h
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 11 21:57:10 2012 +0200 (2012-06-11) |
parents | 71fdf2bac4d0 |
children | 43e227ce43b9 |
files | fcitx-configtool/receipt |
line diff
1.1 --- a/fcitx-configtool/receipt Mon Jun 11 21:43:16 2012 +0200 1.2 +++ b/fcitx-configtool/receipt Mon Jun 11 21:57:10 2012 +0200 1.3 @@ -16,6 +16,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's|<glib/.*h>|<glib.h>|' gtk/sub_config_parser.[hc] gtk/config_widget.h 1.8 cmake -DCMAKE_INSTALL_PREFIX=/usr 1.9 make && make DESTDIR=$PWD/_pkg install 1.10 }