mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
avahi: remove double dependency on gettext
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cdc2420b4c
commit
0c2de8da28
@ -135,10 +135,7 @@ else
|
|||||||
AVAHI_CONF_OPT += --disable-python
|
AVAHI_CONF_OPT += --disable-python
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GETTEXT),y)
|
AVAHI_MAKE_OPT += $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),LIBS=-lintl)
|
||||||
AVAHI_DEPENDENCIES += gettext
|
|
||||||
AVAHI_MAKE_OPT = LIBS=-lintl
|
|
||||||
endif
|
|
||||||
|
|
||||||
define AVAHI_REMOVE_INITSCRIPT
|
define AVAHI_REMOVE_INITSCRIPT
|
||||||
rm -rf $(TARGET_DIR)/etc/init.d/avahi-*
|
rm -rf $(TARGET_DIR)/etc/init.d/avahi-*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user