Skip to content

Commit

Permalink
Remove Boost requirement
Browse files Browse the repository at this point in the history
Newer Poppler versions require this, or for it to be explicitly disabled.

We are using the Splash output rendering for adding bitmaps,
but let's disable the requirement for now, to avoid the extra dependency.
  • Loading branch information
StevenMaude committed Nov 10, 2023
1 parent 8f0d6d6 commit 775b48b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ RUN --mount=type=cache,src=/tmp/ccache,target=/tmp/ccache,id=ccache,from=cacheba
-DENABLE_GLIB:BOOL=OFF \
-DENABLE_CPP:BOOL=OFF \
-DENABLE_UTILS:BOOL=OFF \
-DENABLE_BOOST:BOOL=OFF \
-DBUILD_SHARED_LIBS:BOOL=OFF \
-DENABLE_UNSTABLE_API_ABI_HEADERS:BOOL=ON \
-DCMAKE_BUILD_TYPE:STRING=release \
Expand Down

0 comments on commit 775b48b

Please sign in to comment.