mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
rtorrent: add ncurses dependency
* otherwise fails with: | checking for NcursesW wide-character library... no | checking for Ncurses library... no | checking for Curses library... no | configure: error: requires either NcursesW or Ncurses library | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libtorrent.rakshasa.no/"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "libsigc++-2.0 curl cppunit libtorrent"
|
||||
DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
|
||||
|
||||
SRC_URI = "http://libtorrent.rakshasa.no/downloads/${BP}.tar.gz \
|
||||
file://don-t-run-code-while-configuring-package.patch \
|
||||
|
||||
Reference in New Issue
Block a user