transmission: add missing host-intltool dependency
Fixes the following build problem: checking for intltool >= 0.35.0... ./configure: line 17915: intltool-update: command not found found configure: error: Your intltool is too old. You need intltool 0.35.0 or later. make: *** [/home/test/test/output/build/transmission-2.33/.stamp_configured] Error 1 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b4f650feb2
commit
8125e977fb
@ -8,6 +8,7 @@ TRANSMISSION_SITE = http://download.transmissionbt.com/files/
|
||||
TRANSMISSION_SOURCE = transmission-$(TRANSMISSION_VERSION).tar.bz2
|
||||
TRANSMISSION_DEPENDENCIES = \
|
||||
host-pkg-config \
|
||||
host-intltool \
|
||||
libcurl \
|
||||
libevent \
|
||||
openssl \
|
||||
|
Loading…
Reference in New Issue
Block a user