From 1aede3218a6c0dd18cf30228f3b98c22dde3c589 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 10 Mar 2016 12:54:59 +0100 Subject: 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 --- meta-oe/recipes-support/synergy/synergy_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/synergy') diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb index 9b4f22b3f2..d00828970c 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" -- cgit 1.2.3-korg