[oe-commits] [meta-openembedded] 51/54: synergy: add dependency on curl

git at git.openembedded.org git at git.openembedded.org
Thu Mar 10 13:32:18 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit c6946f4048b133d61824f0b4184ecbaa74c8aa7a
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Thu Mar 10 12:54:59 2016 +0100

    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 at gmail.com>
---
 meta-oe/recipes-support/synergy/synergy_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb
index 9b4f22b..d008289 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"
+DEPENDS = "virtual/libx11 libxtst libxinerama unzip-native curl"
 
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list