mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/systemd: drop host-intltool dependency
intltool is not needed since version 236 andc81217920e9e8f3893e3So drop it and replace it by TARGET_NLS_DEPENDENCIES Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
620c98a214
commit
dfcd5b9ff9
@@ -12,10 +12,10 @@ SYSTEMD_INSTALL_STAGING = YES
|
||||
SYSTEMD_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_BASH_COMPLETION),bash-completion) \
|
||||
host-gperf \
|
||||
host-intltool \
|
||||
kmod \
|
||||
libcap \
|
||||
util-linux
|
||||
util-linux \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
SYSTEMD_PROVIDES = udev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user