mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +02:00
--disable-gnome-support to buile the gtk library only of StarDict
This commit is contained in:
parent
de2aa71a65
commit
ad4a2e90fc
@ -24,7 +24,7 @@ define Package/stardict
|
||||
TITLE:=stardict
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libintl +libiconv +libgnomeui
|
||||
DEPENDS:=+libintl +libiconv
|
||||
URL:=
|
||||
endef
|
||||
|
||||
@ -50,9 +50,8 @@ CONFIGURE_ARGS += \
|
||||
--disable-powerwordparse \
|
||||
--disable-wikiparse \
|
||||
--disable-schemas-install \
|
||||
--disable-deprecations
|
||||
|
||||
# --disable-gnome-support
|
||||
--disable-deprecations \
|
||||
--disable-gnome-support
|
||||
|
||||
define Package/stardict/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user