Skip to content

Commit

Permalink
glog: add gflags dependency
Browse files Browse the repository at this point in the history
Fixes dependency check error when building applications which uses
gflags.

Signed-off-by: Abhilash Tuse <[email protected]>
  • Loading branch information
Abhilash Tuse authored and Abhilash Tuse committed Nov 29, 2016
1 parent 16ade37 commit 12b35bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glog/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 12b35bf

Please sign in to comment.