dbus: fix librt dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32226 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
10bc76ae39
commit
fd946e9fb5
@ -44,6 +44,7 @@ define Package/libdbus
|
||||
$(call Package/dbus/Default)
|
||||
CATEGORY:=Libraries
|
||||
TITLE+= (library)
|
||||
DEPENDS:= +librt
|
||||
endef
|
||||
|
||||
define Package/libdbus/Description
|
||||
@ -54,7 +55,7 @@ endef
|
||||
define Package/dbus
|
||||
$(call Package/dbus/Default)
|
||||
TITLE+= (daemon)
|
||||
DEPENDS:= +libexpat +libdbus +librt
|
||||
DEPENDS:= +libexpat +libdbus
|
||||
endef
|
||||
|
||||
define Package/dbus/Description
|
||||
|
Loading…
x
Reference in New Issue
Block a user