]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
pulseaudio: remove dependency on gettext
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 1 Nov 2012 14:36:10 +0000 (15:36 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Jul 2013 21:38:03 +0000 (23:38 +0200)
The dependency on gettext is only due to libglib2, not due to
pulseaudio itself.  It works fine without gettext if libglib2 is
not selected.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/multimedia/pulseaudio/Config.in
package/multimedia/pulseaudio/pulseaudio.mk

index 9a6911e0ed0fb2da1d9fa7467a4d5600608c4183..bd0ec5f2013bc74d4f8b128458cd1868475208a3 100644 (file)
@@ -6,7 +6,6 @@ config BR2_PACKAGE_PULSEAUDIO
        select BR2_PACKAGE_JSON_C
        select BR2_PACKAGE_LIBSNDFILE
        select BR2_PACKAGE_SPEEX
-       select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
        depends on BR2_LARGEFILE
        help
          PulseAudio is a sound system for POSIX OSes, meaning that it
index b90017420c195133e8ba82f29c6e1fb93768b51e..910e4a7fe844c432c46ea60a654cb0ab783a8067 100644 (file)
@@ -18,7 +18,6 @@ PULSEAUDIO_CONF_OPT = \
 
 PULSEAUDIO_DEPENDENCIES = \
        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) \
        $(if $(BR2_PACKAGE_ALSA_LIB),alsa-lib) \