# HG changeset patch # User Pascal Bellard # Date 1339444630 -7200 # Node ID 465c8216c4d280765033d5fc58ba8f0f0c824c00 # Parent 71fdf2bac4d08c5e521bc63e3e93935a1a0c8acd fcitx-configtool: include glib.h diff -r 71fdf2bac4d0 -r 465c8216c4d2 fcitx-configtool/receipt --- a/fcitx-configtool/receipt Mon Jun 11 21:43:16 2012 +0200 +++ b/fcitx-configtool/receipt Mon Jun 11 21:57:10 2012 +0200 @@ -16,6 +16,7 @@ compile_rules() { cd $src + sed -i 's|||' gtk/sub_config_parser.[hc] gtk/config_widget.h cmake -DCMAKE_INSTALL_PREFIX=/usr make && make DESTDIR=$PWD/_pkg install }