mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
fbreader: add sqlite3 dependency
* fails to build without: | Compiling SQLiteCommand.o ...Compiling SQLiteConnection.o ...Compiling SQLiteDataBase.o ...Compiling SQLiteDataReader.o ...Compiling SQLiteFactory.o ...In file included from SQLiteDataReader.h:26:0, | from SQLiteDataReader.cpp:20: | SQLiteCommand.h:24:21: fatal error: sqlite3.h: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
589a9476ae
commit
dbbfb2d125
|
|
@ -3,7 +3,7 @@ HOMEPAGE = "http://www.fbreader.org"
|
|||
SECTION = "x11/utils"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://fbreader/LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl"
|
||||
DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl sqlite3"
|
||||
|
||||
SRC_URI = "http://www.fbreader.org/fbreader-sources-${PV}.tgz \
|
||||
file://Makefile.patch \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ HOMEPAGE = "http://www.fbreader.org"
|
|||
SECTION = "x11/utils"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://fbreader/LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl"
|
||||
DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl sqlite3"
|
||||
SRCREV = "2cf1ec0e306e1122dbed850bfa005cd59a6168ee"
|
||||
PV = "0.99.5+gitr${SRCPV}"
|
||||
PR = "r0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user