summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-03-10 12:54:59 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-14 12:15:39 +0100
commit1aede3218a6c0dd18cf30228f3b98c22dde3c589 (patch)
treeadc155f4dd43e7b5d3e981233b7aca8adf979061 /meta-oe/recipes-support
parent9a4da3f7b6ae01cff9b639e6a1127d8f047b4e75 (diff)
downloadmeta-openembedded-1aede3218a6c0dd18cf30228f3b98c22dde3c589.tar.gz
synergy: add dependency on curl
* otherwise fails with: | -- Looking for pthread_create in pthread | -- Looking for pthread_create in pthread - found | -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) | CMake Error at CMakeLists.txt:165 (message): | Missing library: curl | | | -- Configuring incomplete, errors occurred! Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/synergy/synergy_git.bb2
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 9b4f22b3f..d00828970 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"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5SECTION = "x11/utils" 5SECTION = "x11/utils"
6 6
7DEPENDS = "virtual/libx11 libxtst libxinerama unzip-native" 7DEPENDS = "virtual/libx11 libxtst libxinerama unzip-native curl"
8 8
9# depends on virtual/libx11 9# depends on virtual/libx11
10REQUIRED_DISTRO_FEATURES = "x11" 10REQUIRED_DISTRO_FEATURES = "x11"