mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
packages: switch to host-pkgconf
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
3ee3e3d22e
commit
019a581f89
@@ -6,7 +6,7 @@
|
||||
|
||||
LIBTORRENT_VERSION = 0.13.2
|
||||
LIBTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
|
||||
LIBTORRENT_DEPENDENCIES = host-pkg-config libsigc \
|
||||
LIBTORRENT_DEPENDENCIES = host-pkgconf libsigc \
|
||||
$(if $(BR2_PACKAGE_OPENSSL),openssl)
|
||||
LIBTORRENT_CONF_OPT = --enable-aligned \
|
||||
$(if $(BR2_PACKAGE_OPENSSL),--enable-openssl,--disable-openssl)
|
||||
|
||||
Reference in New Issue
Block a user