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)
|
$(call Package/dbus/Default)
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
|
DEPENDS:= +librt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libdbus/Description
|
define Package/libdbus/Description
|
||||||
@ -54,7 +55,7 @@ endef
|
|||||||
define Package/dbus
|
define Package/dbus
|
||||||
$(call Package/dbus/Default)
|
$(call Package/dbus/Default)
|
||||||
TITLE+= (daemon)
|
TITLE+= (daemon)
|
||||||
DEPENDS:= +libexpat +libdbus +librt
|
DEPENDS:= +libexpat +libdbus
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dbus/Description
|
define Package/dbus/Description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user