diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-24 09:43:52 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-24 09:43:52 +0100 |
commit | c9253253c1cb80fb8574c3d313a129b64b4ad2a1 (patch) | |
tree | 4f70a13eef59c3a7346760bf47dd29cd62926eac /CHANGES | |
parent | fd2bd9e3df276301f867b05bd9f47ab3ab7b4ef4 (diff) | |
download | buildroot-novena-c9253253c1cb80fb8574c3d313a129b64b4ad2a1.tar.gz buildroot-novena-c9253253c1cb80fb8574c3d313a129b64b4ad2a1.zip |
synergy: fix build
Closes #3307
Synergy needs libXtst, a toolchain with wchar support and was missing
an include for exit().
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,8 +13,8 @@ makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm, metacity, mpd, nasm, nfs-utils, olsr, openssl, popt, pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image, - sdl_mixer, sdl_sound, sdl_ttf, squashfs, taglib, tcpreplay, - tiff, wpa_supplicant, xcb-util, + sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib, + tcpreplay, tiff, wpa_supplicant, xcb-util, xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard}, xdriver_xf86-input-{mouse,synaptics,void}, xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb}, @@ -29,6 +29,7 @@ #3205: Failing chmod when running "make" in buildroot (openssl)... #3277: quagga fails to build with SNMP support #3283: See why nfs-utils needs fakeroot, and convert to autotools + #3307: synergy fails to build due to missing XTest library 2011.02-rc1, Released February 14th, 2011: |