[Buildroot] [git commit] package/proj: needs host-pkgconf

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 8 20:38:22 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=a5259e5381a381b7bb74f22b2e1ec2e4056abf08
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

pkg-config is used to retrieve sqlite dependency since version 6.0.0 and
https://github.com/OSGeo/PROJ/commit/322493235696097b94294f5f466a32f015a95626

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/proj/proj.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/proj/proj.mk b/package/proj/proj.mk
index 735e96bb5f..5a8ca3ded8 100644
--- a/package/proj/proj.mk
+++ b/package/proj/proj.mk
@@ -9,7 +9,7 @@ PROJ_SITE = http://download.osgeo.org/proj
 PROJ_LICENSE = MIT
 PROJ_LICENSE_FILES = COPYING
 PROJ_INSTALL_STAGING = YES
-PROJ_DEPENDENCIES = sqlite
+PROJ_DEPENDENCIES = host-pkgconf sqlite
 
 PROJ_CFLAGS = $(TARGET_CFLAGS)
 


More information about the buildroot mailing list