Skip to content

Commit

Permalink
Add pthread dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommimon committed Apr 22, 2024
1 parent 246c183 commit a5c2980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ init_d_conf_data.set('SYSCONFDIR', get_option('sysconfdir'))

dl_dep = cc.find_library('dl', required: false)
util_dep = cc.find_library('util', required: false)
thread_dep = dependency('threads')

subdir('bash-completion')
subdir('conf.d')
Expand Down
1 change: 1 addition & 0 deletions src/do_unmount/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ executable('do_unmount',
['do_unmount.c'],
include_directories: [incdir, einfo_incdir, rc_incdir],
link_with: [libeinfo, librc],
dependencies: thread_dep,
install: true,
install_dir: rc_bindir)

0 comments on commit a5c2980

Please sign in to comment.