diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-10-22 15:47:52 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-10-29 22:02:55 +0100 |
commit | 019a581f89056e34fa7583a16de48c37c2c39ea2 (patch) | |
tree | 30cd8aaf28beafc63f0fefdd1e5b74c3211cc122 /package/multimedia/pulseaudio/pulseaudio.mk | |
parent | 3ee3e3d22e0166ce52e96a43977338feeab1fcc5 (diff) | |
download | buildroot-novena-019a581f89056e34fa7583a16de48c37c2c39ea2.tar.gz buildroot-novena-019a581f89056e34fa7583a16de48c37c2c39ea2.zip |
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>
Diffstat (limited to 'package/multimedia/pulseaudio/pulseaudio.mk')
-rw-r--r-- | package/multimedia/pulseaudio/pulseaudio.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/multimedia/pulseaudio/pulseaudio.mk b/package/multimedia/pulseaudio/pulseaudio.mk index 6396fef43..e78eb42ba 100644 --- a/package/multimedia/pulseaudio/pulseaudio.mk +++ b/package/multimedia/pulseaudio/pulseaudio.mk @@ -15,7 +15,7 @@ PULSEAUDIO_CONF_OPT = \ $(if $(BR2_HAVE_DOCUMENTATION),,--disable-manpages) PULSEAUDIO_DEPENDENCIES = \ - host-pkg-config libtool json-c libsndfile speex host-intltool \ + host-pkgconf libtool json-c libsndfile speex host-intltool \ $(if $(BR2_NEEDS_GETTEXT),gettext) \ $(if $(BR2_PACKAGE_LIBATOMIC_OPS),libatomic_ops) \ $(if $(BR2_PACKAGE_LIBSAMPLERATE),libsamplerate) \ |