Skip to content

Commit

Permalink
Fix build on Slackware 15
Browse files Browse the repository at this point in the history
pcscd also uses dlopen(3) through DYN_LoadLibrary().
  • Loading branch information
LudovicRousseau committed May 22, 2024
1 parent 6d9b717 commit 1b16d14
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 @@ -134,7 +134,7 @@ if pcsc_arch == 'Darwin'
endif
conf_data.set_quoted('PCSC_ARCH', pcsc_arch)

pcscd_dep += [polkit_dep, systemd_dep]
pcscd_dep += [polkit_dep, systemd_dep, dl_deps]

features += pcsc_arch
features += target_machine.cpu()
Expand Down

0 comments on commit 1b16d14

Please sign in to comment.