mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
libspatialite: add missing dependency on sqlite3
* do_configure fails without: | checking for sqlite3.h... no | configure: error: cannot find sqlite3.h, bailing out Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Library extending the SQLite core to support fully fledged Spatial SQL capabilities"
|
DESCRIPTION = "Library extending the SQLite core to support fully fledged Spatial SQL capabilities"
|
||||||
HOMEPAGE = "https://www.gaia-gis.it/fossil/libspatialite/"
|
HOMEPAGE = "https://www.gaia-gis.it/fossil/libspatialite/"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
DEPENDS = "proj geos"
|
DEPENDS = "proj geos sqlite3"
|
||||||
|
|
||||||
INC_PR = "r0"
|
INC_PR = "r0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user