c9253253c1
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>
17 lines
487 B
Makefile
17 lines
487 B
Makefile
#############################################################
|
|
#
|
|
# synergy
|
|
#
|
|
#############################################################
|
|
|
|
SYNERGY_VERSION = 1.3.1
|
|
SYNERGY_SOURCE = synergy-$(SYNERGY_VERSION).tar.gz
|
|
SYNERGY_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/synergy2/
|
|
SYNERGY_AUTORECONF = NO
|
|
SYNERGY_INSTALL_STAGING = NO
|
|
SYNERGY_INSTALL_TARGET = YES
|
|
|
|
SYNERGY_DEPENDENCIES = xserver_xorg-server xlib_libXtst
|
|
|
|
$(eval $(call AUTOTARGETS,package,synergy))
|