Add fmt as runtime dependency
This commit is contained in:
parent
44c45e84a1
commit
9d76b840d3
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -5,7 +5,6 @@ pkgbase = freecad-git
|
|||
url = https://www.freecad.org/
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
checkdepends = fmt
|
||||
checkdepends = pugixml
|
||||
makedepends = boost
|
||||
makedepends = cmake
|
||||
|
@ -17,6 +16,7 @@ pkgbase = freecad-git
|
|||
makedepends = shiboken2
|
||||
makedepends = swig
|
||||
depends = boost-libs
|
||||
depends = fmt
|
||||
depends = glew
|
||||
depends = jsoncpp
|
||||
depends = med
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,6 +10,7 @@ url='https://www.freecad.org/'
|
|||
license=('LGPL')
|
||||
depends=(
|
||||
boost-libs
|
||||
fmt
|
||||
glew
|
||||
jsoncpp
|
||||
med
|
||||
|
@ -46,7 +47,6 @@ shiboken2
|
|||
swig
|
||||
)
|
||||
checkdepends=(
|
||||
fmt
|
||||
pugixml
|
||||
)
|
||||
optdepends=(
|
||||
|
|
Loading…
Reference in a new issue