mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-17 21:55:20 +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
|
TITLE:=stardict
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libintl +libiconv +libgnomeui
|
DEPENDS:=+libintl +libiconv
|
||||||
URL:=
|
URL:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -50,9 +50,8 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-powerwordparse \
|
--disable-powerwordparse \
|
||||||
--disable-wikiparse \
|
--disable-wikiparse \
|
||||||
--disable-schemas-install \
|
--disable-schemas-install \
|
||||||
--disable-deprecations
|
--disable-deprecations \
|
||||||
|
--disable-gnome-support
|
||||||
# --disable-gnome-support
|
|
||||||
|
|
||||||
define Package/stardict/install
|
define Package/stardict/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user