aboutsummaryrefslogtreecommitdiffstats
path: root/packages/synergy/synergy_1.3.1.bb
blob: d46cb472035008f506b9dd49f75ff898abf50bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
HOMEPAGE = "http://synergy2.sourceforge.net/"
LICENSE = "GPLv2"
SECTION = "x11/utils"
# NOTE: This depends on full x11, not diet-x11
DEPENDS = "libx11 libxtst"
PR = "r0"

SRC_URI = "${SOURCEFORGE_MIRROR}/synergy2/synergy-${PV}.tar.gz \
           file://synergy-1.3.1+gcc-4.3.patch;patch=1"

do_configure_prepend() {
	grep -l -- -Werror "${S}/"* | xargs sed -i 's:-Werror::'
}

inherit autotools