diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-14 09:44:03 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-20 22:34:27 +0200 |
commit | 542fbe8520c981f9c96705a57e4263f34f2ab2e6 (patch) | |
tree | ebe9b02a339a9d74ed67070fe5c9d8b64e13b3eb /package/hal/hal.mk | |
parent | 54d64798e1e14b526c3cc1142961972cff9f1e8a (diff) | |
download | buildroot-novena-542fbe8520c981f9c96705a57e4263f34f2ab2e6.tar.gz buildroot-novena-542fbe8520c981f9c96705a57e4263f34f2ab2e6.zip |
Make all package using gettext rely on BR2_NEEDS_GETTEXT
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/hal/hal.mk')
-rw-r--r-- | package/hal/hal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hal/hal.mk b/package/hal/hal.mk index 262fc41bc..62eca704a 100644 --- a/package/hal/hal.mk +++ b/package/hal/hal.mk @@ -79,7 +79,7 @@ $(TARGET_DIR)/$(HAL_TARGET_BINARY): $(HAL_DIR)/hald/hald rm -f $(TARGET_DIR)/usr/libexec/$$file; \ done -hal: host-pkg-config host-libxml-parser-perl dbus-glib hwdata udev $(TARGET_DIR)/$(HAL_TARGET_BINARY) +hal: host-pkg-config host-libxml-parser-perl dbus-glib hwdata udev $(if $(BR2_NEEDS_GETTEXT),gettext libintl) $(TARGET_DIR)/$(HAL_TARGET_BINARY) hal-clean: rm -f $(TARGET_DIR)/etc/dbus-1/system.d/hal.conf |