diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-10 13:05:00 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:40 +0100 |
commit | 1dc4c0a2a760703732c63b2a96d1cd6b50a86ccc (patch) | |
tree | 1bc072a47eee6c044e48de143d24d9ba426c828a | |
parent | 1aede3218a6c0dd18cf30228f3b98c22dde3c589 (diff) | |
download | meta-openembedded-1dc4c0a2a760703732c63b2a96d1cd6b50a86ccc.tar.gz |
synergy: add dependency on openssl
* otherwise fails with:
/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/git/src/lib/plugin/ns/SecureSocket.cpp:26:25:
fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
make[2]: *** [src/lib/plugin/ns/CMakeFiles/ns.dir/SecureSocket.cpp.o]
Error 1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/synergy/synergy_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb index d00828970..e6057f449 100644 --- a/meta-oe/recipes-support/synergy/synergy_git.bb +++ b/meta-oe/recipes-support/synergy/synergy_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0f366945b209c5523e39889f636af00a" LICENSE = "GPL-2.0" SECTION = "x11/utils" -DEPENDS = "virtual/libx11 libxtst libxinerama unzip-native curl" +DEPENDS = "virtual/libx11 libxtst libxinerama unzip-native curl openssl" # depends on virtual/libx11 REQUIRED_DISTRO_FEATURES = "x11" |