diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-21 15:56:47 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-21 18:27:43 +0100 |
commit | 57ace26b6c12a2602b56500e57abb2bc79e30bdc (patch) | |
tree | 48532a84c9972a4aaaa6178f56c60b0461734606 /docs/manual/adding-packages-python.txt | |
parent | be589759ee12d47a44512cb5a4b17f5824991aa5 (diff) | |
download | buildroot-57ace26b6c12a2602b56500e57abb2bc79e30bdc.tar.gz buildroot-57ace26b6c12a2602b56500e57abb2bc79e30bdc.zip |
package/sdl_sound: add optional support for libmodplug
When libmodplug was compiled before, sdl_sound will use it as optional
dependency:
$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/lib/libSDL_sound-1.0.so.1.0.2 | grep NEEDED | sort
0x0000000000000001 (NEEDED) Shared library: [libc.so.1]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.1]
0x0000000000000001 (NEEDED) Shared library: [libmodplug.so.1]
[...]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-python.txt')
0 files changed, 0 insertions, 0 deletions