mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
gettext: warn that legal-info is not implemented
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
7e76f904d2
commit
16bc6efeab
@@ -113,6 +113,9 @@ $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY): $(GETTEXT_DIR)/$(GETTEXT_BINARY)
|
||||
autopoint envsubst gettext.sh gettextize msg* ?gettext)
|
||||
touch -c $@
|
||||
|
||||
gettext-legal-info:
|
||||
@$(call legal-warning-pkg,gettext,legal-info not yet implemented)
|
||||
|
||||
gettext: host-pkg-config $(if $(BR2_PACKAGE_LIBICONV),libiconv) $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
|
||||
|
||||
gettext-unpacked: $(GETTEXT_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user