Skip to content

Commit

Permalink
Let glome-login depend on openssl
Browse files Browse the repository at this point in the history
Otherwise the include path is not plumbed through for consumption by login.c's
compilation process when openssl is in a non-standard path (like with Homebrew
on macOS).
  • Loading branch information
pkern committed Jun 20, 2024
1 parent 19dd5be commit fe679ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions login/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pkg.generate(login_lib,

glome_login = executable(
'glome-login', ['main.c', 'login.c'],
dependencies : [openssl_dep],
link_with : login_lib,
include_directories : glome_incdir,
install : true,
Expand Down

0 comments on commit fe679ae

Please sign in to comment.