Codebase list mozc / 8348338
Remove --enable_gtk_renderer option. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 11 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
55 - Add hardening-includes to Build-Depends.
66 - Update debhelper to 9.
77 * Update debian/rules.
8 Add hardening options.
8 - Add hardening options.
9 - Remove --enable_gtk_renderer option.
910
1011 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 11 Jun 2012 18:10:56 +0900
1112
3535 SCIM_MODDIR=`pkg-config --variable=moduledir scim`
3636
3737 %:
38 dh --with quilt $@
38 dh $@
3939
4040 override_dh_auto_configure:
4141 python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \
4242 --os=$(BUILD_OS) --build_base=$(BUILD_DIR) \
43 --use_libprotobuf --enable_gtk_renderer
43 --use_libprotobuf
4444
4545 override_dh_auto_build:
4646 python build_mozc.py build_tools -c Release --jobs=1