mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
25 lines
697 B
BlitzBasic
25 lines
697 B
BlitzBasic
SUMMARY = "Synergy - control multiple computers with one keyboard and mouse"
|
|
HOMEPAGE = "http://synergy-project.org"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=54c1fc8d8bb6776ae501acfb1585e9d6"
|
|
LICENSE = "GPL-2.0-with-OpenSSL-exception"
|
|
SECTION = "x11/utils"
|
|
|
|
DEPENDS = "virtual/libx11 libxtst libxinerama curl openssl"
|
|
|
|
# depends on virtual/libx11
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI = "git://github.com/symless/synergy-core;protocol=https;nobranch=1"
|
|
|
|
# Version 1.10.1-stable
|
|
SRCREV ?= "1b4c076127687aceac931d269e898beaac1cad9f"
|
|
PV = "1.10.1+git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake features_check
|
|
|
|
EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF"
|
|
|
|
FILES:${PN} += "${datadir}/icons/hicolor"
|