aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/synergy/synergy_1.2.7.bb
blob: be3155e1acd307ff92718d6e372895f95b2846f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 = "r2"

SRC_URI = "${SOURCEFORGE_MIRROR}/synergy2/synergy-${PV}.tar.gz"

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

inherit autotools

SRC_URI[md5sum] = "da9effc847d13f9725b6db043d8283a5"
SRC_URI[sha256sum] = "567a50863c04dc9ccf5def3c62bb9f0494e995357620603dd00bbe035ca7500e"