diff options
author | Jérôme Pouiller <jezz@sysmic.org> | 2016-11-14 14:22:37 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-30 23:40:51 +0100 |
commit | 6013266e58fccb59a406d45648985e307111445a (patch) | |
tree | 47b3210c01a05f77801f8a14e81a8b9619b6990d /package/ts4900-fpga | |
parent | 701b113747167b5cc57187c4c5f220e4245c08fb (diff) | |
download | buildroot-6013266e58fccb59a406d45648985e307111445a.tar.gz buildroot-6013266e58fccb59a406d45648985e307111445a.zip |
xterm: depend on libXinerama if appropriate
xterm may depends on libXinerama.so:
$ arm-linux-readelf -d ./usr/bin/xterm | grep NEEDED
0x00000001 (NEEDED) Shared library: [libXft.so.2]
0x00000001 (NEEDED) Shared library: [libfontconfig.so.1]
0x00000001 (NEEDED) Shared library: [libXmu.so.6]
0x00000001 (NEEDED) Shared library: [libXaw.so.7]
0x00000001 (NEEDED) Shared library: [libXt.so.6]
0x00000001 (NEEDED) Shared library: [libX11.so.6]
0x00000001 (NEEDED) Shared library: [libXinerama.so.1]
0x00000001 (NEEDED) Shared library: [libXpm.so.4]
0x00000001 (NEEDED) Shared library: [libICE.so.6]
0x00000001 (NEEDED) Shared library: [libncursesw.so.6]
0x00000001 (NEEDED) Shared library: [libc.so.6]
However, build order with libXinerama is not defined.
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ts4900-fpga')
0 files changed, 0 insertions, 0 deletions