Add fmt as runtime dependency

This commit is contained in:
Adrian Insaurralde 2023-03-08 23:27:24 -03:00
parent 44c45e84a1
commit 9d76b840d3
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,6 @@ pkgbase = freecad-git
url = https://www.freecad.org/ url = https://www.freecad.org/
arch = x86_64 arch = x86_64
license = LGPL license = LGPL
checkdepends = fmt
checkdepends = pugixml checkdepends = pugixml
makedepends = boost makedepends = boost
makedepends = cmake makedepends = cmake
@ -17,6 +16,7 @@ pkgbase = freecad-git
makedepends = shiboken2 makedepends = shiboken2
makedepends = swig makedepends = swig
depends = boost-libs depends = boost-libs
depends = fmt
depends = glew depends = glew
depends = jsoncpp depends = jsoncpp
depends = med depends = med

View file

@ -10,6 +10,7 @@ url='https://www.freecad.org/'
license=('LGPL') license=('LGPL')
depends=( depends=(
boost-libs boost-libs
fmt
glew glew
jsoncpp jsoncpp
med med
@ -46,7 +47,6 @@ shiboken2
swig swig
) )
checkdepends=( checkdepends=(
fmt
pugixml pugixml
) )
optdepends=( optdepends=(