mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 06:09:57 +00:00
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>
This commit is contained in:
parent
9a4da3f7b6
commit
1aede3218a
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user