mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 20:10:38 +02:00
Fix dependencies
This commit is contained in:
parent
cfb4a67f0e
commit
b7c65f3d54
@ -5,6 +5,8 @@
|
||||
#
|
||||
# Package for the complete GNU Emacs editor
|
||||
|
||||
# Todo: disable libdbus automatic selection for linking in ./configure
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=emacs
|
||||
@ -62,6 +64,7 @@ endef
|
||||
define Package/emacs-ja-dic
|
||||
$(call Package/emacs/Default)
|
||||
TITLE+= (japanese input dictionary)
|
||||
DEPENDS:=+emacs-bin
|
||||
endef
|
||||
|
||||
define Package/emacs-ja-dic/description
|
||||
|
Loading…
Reference in New Issue
Block a user