From 186a6063aa0228c93d0c28bc29c256d56b6806d3 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Thu, 8 Mar 2018 16:07:39 +0100 Subject: [PATCH] pjproject: add PKG_CONFIG_DEPENDS It is unlikely that SOFT_FLOAT is toggled, but add it to PKG_CONFIG_DEPENDS for completeness' sake anyway. Signed-off-by: Sebastian Kemper --- libs/pjproject/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/pjproject/Makefile b/libs/pjproject/Makefile index e089d15..bdf7efc 100644 --- a/libs/pjproject/Makefile +++ b/libs/pjproject/Makefile @@ -25,6 +25,8 @@ PKG_MAINTAINER:=Jiri Slachta PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_CONFIG_DEPENDS:=CONFIG_SOFT_FLOAT + include $(INCLUDE_DIR)/package.mk define Package/pjproject/Default -- 2.30.2