Skip to content

Commit

Permalink
page/meson.build: add missing dependency on libfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Sep 10, 2024
1 parent 42d9f52 commit ad4073c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ page = static_library(
include_directories: inc,
dependencies: [
ui_dep,
fmt_dep,
],
)

Expand Down

0 comments on commit ad4073c

Please sign in to comment.