Skip to content

Commit

Permalink
meson: add mpack as a core dependency
Browse files Browse the repository at this point in the history
Needed for upcoming fvwm <-> module comm changes.
  • Loading branch information
ThomasAdam committed Oct 29, 2024
1 parent d1c81a4 commit 35cd062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ all_found_deps = []

# Required dependencies, we can easily iterate over these.
summary_depvals = {}
all_req_deps = ['fontconfig', 'ice', 'libevent', 'x11', 'xft', 'xrandr', 'xt']
all_req_deps = ['fontconfig', 'ice', 'libevent', 'mpack', 'x11', 'xft', 'xrandr', 'xt']
foreach rd : all_req_deps
this_dep = dependency(rd, required: true)
summary_depvals += {rd: this_dep}
Expand Down

0 comments on commit 35cd062

Please sign in to comment.