diff --git a/.github/actions/dependencies/install/action.yml b/.github/actions/dependencies/install/action.yml index 758a29c3..06b4805f 100644 --- a/.github/actions/dependencies/install/action.yml +++ b/.github/actions/dependencies/install/action.yml @@ -43,6 +43,7 @@ inputs: libmemcached-devel librados-devel mapnik-devel + mapnik-static sqlite-devel fedora-test-dependencies: default: >- diff --git a/docker/fedora/Dockerfile b/docker/fedora/Dockerfile index 4bf5a1b3..f1312daa 100644 --- a/docker/fedora/Dockerfile +++ b/docker/fedora/Dockerfile @@ -23,6 +23,7 @@ RUN --mount=id=fedora:${fedora_version}-/var/cache/dnf,target=/var/cache/dnf,typ libmemcached-devel \ librados-devel \ mapnik-devel \ + mapnik-static \ procps ## Build, Test & Install `mod_tile` diff --git a/docs/build/building_on_fedora.md b/docs/build/building_on_fedora.md index 843f2b07..e59fa0fe 100644 --- a/docs/build/building_on_fedora.md +++ b/docs/build/building_on_fedora.md @@ -28,7 +28,8 @@ sudo dnf --assumeyes --setopt=install_weak_deps=False install \ libcurl-devel \ libmemcached-devel \ librados-devel \ - mapnik-devel + mapnik-devel \ + mapnik-static # Download, Build, Test & Install `mod_tile` export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)