mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Install dbus before avahi so dbus directories are available
This commit is contained in:
parent
1a7da64fa5
commit
9066fc288d
@ -37,7 +37,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
|
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
|
||||||
AVAHI_DISABLE_DBUS:=
|
AVAHI_DISABLE_DBUS:=
|
||||||
AVAHI_EXTRA_DEPS+=$(STAGING_DIR)/usr/lib/libdbus-1.so
|
AVAHI_EXTRA_DEPS+=$(TARGET_DIR)/usr/bin/dbus-daemon
|
||||||
else
|
else
|
||||||
AVAHI_DISABLE_DBUS:=--disable-dbus
|
AVAHI_DISABLE_DBUS:=--disable-dbus
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user