mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
subversion: needs sqlite and pkg-config
Fixes: http://autobuild.buildroot.net/results/de2/de243c429c1e443efdbba82a860dbb7a03d5b746/ http://autobuild.buildroot.net/results/40c/40ce377893789883503deaa57912b87d2e0192e8/ http://autobuild.buildroot.net/results/134/13449cd77fbbd1c2b21d04b1fc866a086d915353/ http://autobuild.buildroot.net/results/e3f/e3fc33177eef955830a7be68e7b23503fd1d9ebe/ and others. Also add the missing 'select' statements for apr, expat and zlib to match the .mk file. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0f8cba1b5e
commit
97c5d44520
@ -1,11 +1,15 @@
|
|||||||
config BR2_PACKAGE_SUBVERSION
|
config BR2_PACKAGE_SUBVERSION
|
||||||
bool "subversion"
|
bool "subversion"
|
||||||
|
select BR2_PACKAGE_APR
|
||||||
select BR2_PACKAGE_APR_UTIL
|
select BR2_PACKAGE_APR_UTIL
|
||||||
# apr really needs shared library support
|
# apr really needs shared library support
|
||||||
depends on !BR2_PREFER_STATIC_LIB
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
depends on BR2_USE_MMU # apr
|
depends on BR2_USE_MMU # apr
|
||||||
|
select BR2_PACKAGE_EXPAT
|
||||||
select BR2_PACKAGE_NEON
|
select BR2_PACKAGE_NEON
|
||||||
select BR2_PACKAGE_NEON_XML
|
select BR2_PACKAGE_NEON_XML
|
||||||
|
select BR2_PACKAGE_ZLIB
|
||||||
|
select BR2_PACKAGE_SQLITE
|
||||||
help
|
help
|
||||||
Subversion is an open source version control system
|
Subversion is an open source version control system
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ SUBVERSION_SITE = http://archive.apache.org/dist/subversion
|
|||||||
SUBVERSION_LICENSE = Apache-2.0
|
SUBVERSION_LICENSE = Apache-2.0
|
||||||
SUBVERSION_LICENSE_FILES = LICENSE
|
SUBVERSION_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
SUBVERSION_DEPENDENCIES = apr apr-util expat neon zlib
|
SUBVERSION_DEPENDENCIES = host-pkgconf apr apr-util expat neon zlib sqlite
|
||||||
SUBVERSION_CONF_OPTS = \
|
SUBVERSION_CONF_OPTS = \
|
||||||
--with-expat=$(STAGING_DIR)/usr/include:$(STAGING_DIR)/usr/lib: \
|
--with-expat=$(STAGING_DIR)/usr/include:$(STAGING_DIR)/usr/lib: \
|
||||||
--with-apr=$(STAGING_DIR)/usr \
|
--with-apr=$(STAGING_DIR)/usr \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user