diff options
| author | guillaume william brs <guillaume.bressaix@gmail.com> | 2015-10-09 11:20:16 -0600 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-11 15:45:49 +0200 |
| commit | f9e4ccac112e87c924ef9ff78049e35e65f3b465 (patch) | |
| tree | 5aa91e57a13357257f83c6f3d2a4a1e59f9a8fed /package/Config.in | |
| parent | eec69cdcaff10c6221ff0be603eacb3fdb9d6448 (diff) | |
| download | buildroot-f9e4ccac112e87c924ef9ff78049e35e65f3b465.tar.gz buildroot-f9e4ccac112e87c924ef9ff78049e35e65f3b465.zip | |
liquid-dsp: new package
[Thomas:
- add patch to fix autoreconf issue, and use LIQUID_DSP_AUTORECONF =
YES instead of an horrible hack calling aclocal/autoconf manually.
- use the github macro instead of hand-coding <pkg>_SITE and
<pkg>_SITE_METHOD. This allows to remove <pkg>_SITE_METHOD
entirely.
- use a full hash as the <pkg>_VERSION
- remove trailing whitespace everywhere.
- use one single assignment of LIQUID_DSP_CONF_OPTS
- fix the comment about the eglibc/musl dependency (it was only
mentioning eglibc, and the condition was inverted)
- add the musl/glibc dependency on the package option itself
- make the package depend on dynamic library support, since the
makefile unconditionally builds a shared library.
- add hash file.]
Signed-off-by: Guillaume William Bres <guillaume.bressaix@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
| -rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 1ceb7d6ccf..084efa09bd 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1122,6 +1122,7 @@ comment "linux-pam plugins" source "package/libpam-radius-auth/Config.in" source "package/libpam-tacplus/Config.in" endif + source "package/liquid-dsp/Config.in" source "package/lttng-libust/Config.in" source "package/mpc/Config.in" source "package/mpdecimal/Config.in" |

