1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 04:34:32 +03:00

stardict enalbe man page search

the log show Man plug-in loaded, but can not get any result
This commit is contained in:
Xiangfu Liu 2011-05-18 15:31:04 +08:00
parent 9b8498d535
commit c911cb2ccb

View File

@ -64,7 +64,6 @@ CONFIGURE_ARGS += \
--disable-espeak \
--disable-dictdotcn \
--disable-advertisement \
--disable-man \
--disable-qqwry \
--disable-updateinfo \
--disable-htmlparse \
@ -81,7 +80,8 @@ define Package/stardict/install
$(INSTALL_DIR) \
$(1)/usr/bin \
$(1)/usr/share \
$(1)/usr/share/pixmaps
$(1)/usr/share/pixmaps \
$(1)/usr/lib/stardict/plugins
$(INSTALL_BIN) \
$(PKG_INSTALL_DIR)/usr/bin/stardict \
@ -94,6 +94,10 @@ define Package/stardict/install
$(CP) \
$(PKG_INSTALL_DIR)/usr/share/stardict \
$(1)/usr/share/
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/stardict/plugins/* \
$(1)/usr/lib/stardict/plugins/
endef
define Package/stardict-dic-en-en/install