From 12b35bf2768734cc73864f650ce6d8dd87e4a8a8 Mon Sep 17 00:00:00 2001 From: Abhilash Tuse Date: Fri, 25 Nov 2016 19:15:19 +0530 Subject: [PATCH] glog: add gflags dependency Fixes dependency check error when building applications which uses gflags. Signed-off-by: Abhilash Tuse --- glog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glog/Makefile b/glog/Makefile index 9442237..beda6ca 100644 --- a/glog/Makefile +++ b/glog/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glog PKG_VERSION:=v0.3.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_PROTO:=git @@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk define Package/glog SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libstdcpp +libunwind + DEPENDS:=+libstdcpp +libunwind +gflags TITLE:=glog endef define Package/glog/description