mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
sumo: add missing fmt dependency
Apparently it's used by sumo. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
George Sapkin
parent
f9e7e2db94
commit
c2c210fd42
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sumo
|
||||
PKG_VERSION:=1.23.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-src-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/sumo
|
||||
@@ -27,7 +27,7 @@ define Package/sumo
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=SUMO - Simulation of Urban MObility
|
||||
URL:=https://sumo.dlr.de/
|
||||
DEPENDS:=+libxerces-c +zlib
|
||||
DEPENDS:=+libfmt +libxerces-c +zlib
|
||||
endef
|
||||
|
||||
define Package/sumo/description
|
||||
|
||||
Reference in New Issue
Block a user