mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
m4: needs wchar support in toolchain
Reported-by: Marcus Osdoba <marcus.osdoba@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a172611725
commit
c29e01e61e
4
CHANGES
4
CHANGES
@ -19,8 +19,8 @@
|
|||||||
ifplugd, iptables, jpeg, kexec, kismet, less, libcurl,
|
ifplugd, iptables, jpeg, kexec, kismet, less, libcurl,
|
||||||
libdnet, libevent, libglade, libgtk2, libiconv, libidn, libnl,
|
libdnet, libevent, libglade, libgtk2, libiconv, libidn, libnl,
|
||||||
liboil, libpcap, libpng, libungif, libxml2, libxslt, lighttpd,
|
liboil, libpcap, libpng, libungif, libxml2, libxslt, lighttpd,
|
||||||
lite, mdadm, metacity, mysql_client, nano, nbd, ncftp, neon,
|
lite, m4, mdadm, metacity, mysql_client, nano, nbd, ncftp,
|
||||||
netperf, ntfsprogs, openntpd, openssh, openvpn, oprofile,
|
neon, netperf, ntfsprogs, openntpd, openssh, openvpn, oprofile,
|
||||||
pango, pcre, php, prboom, radvd, qt, samba, sdl_sound,
|
pango, pcre, php, prboom, radvd, qt, samba, sdl_sound,
|
||||||
shared-mime-info, speex, sqlite, strace, taglib, tcpdump,
|
shared-mime-info, speex, sqlite, strace, taglib, tcpdump,
|
||||||
tiff, tn5250, udpcast, usbutils, which, xlib_libX11
|
tiff, tn5250, udpcast, usbutils, which, xlib_libX11
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
config BR2_PACKAGE_M4
|
config BR2_PACKAGE_M4
|
||||||
bool "m4"
|
bool "m4"
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
An implementation of the traditional Unix macro processor.
|
An implementation of the traditional Unix macro processor.
|
||||||
|
|
||||||
http://www.gnu.org/software/m4/m4.html
|
http://www.gnu.org/software/m4/m4.html
|
||||||
|
|
||||||
|
comment "m4 requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user