--- a/meson.build	2026-02-03 01:00:08.449813483 +0000
+++ b/meson.build	2026-02-03 01:07:30.117389855 +0000
@@ -285,6 +285,11 @@
 config_h.set('BUILD_THUNDERBOLT', host_is_linux_not_s390,
              description: 'Define to 1 to build the Thunderbolt panel')
 
+# Kerberos support
+krb_dep = dependency('krb5', required: get_option('kerberos'))
+config_h.set('HAVE_KERBEROS', krb_dep.found(),
+             description: 'Define to 1 if kerberos support is available')
+
 # Dark-mode Distributor Logo for Fedora
 dark_mode_distributor_logo = get_option('dark_mode_distributor_logo')
 if dark_mode_distributor_logo != ''
