Fix compilation without EFI being enabled
If EFI is disabled compilation can fail with: ../src/login/logind-dbus.c: In function ‘property_get_reboot_to_boot_loader_entry’: ../src/login/logind-dbus.c:2772:29: error: implicit declaration of function ‘efi_loader_entry_name_valid’; did you mean ‘efi_loader_get_features’? [-Werror=implicit-function-declaration] } else if (!efi_loader_entry_name_valid(v)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ efi_loader_get_features ../src/login/logind-dbus.c:2772:29: warning: nested extern declaration of ‘efi_loader_entry_name_valid’ [-Wnested-externs] This adds stub for efi_loader_entry_name_valid() to enable compilation.
Loading
Please register or sign in to comment