mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Always enable debugging logging
We shouldn't need to specifically enable debug logging to get useful data out of a compiled libfprint either, so always enable debugging output. It will still be switched off at runtime, by default.
This commit is contained in:
@@ -90,11 +90,6 @@ if get_option('x11-examples')
|
||||
endif
|
||||
endif
|
||||
|
||||
# Message logging
|
||||
if get_option('debug_log')
|
||||
libfprint_conf.set('ENABLE_DEBUG_LOGGING', '1')
|
||||
endif
|
||||
|
||||
libfprint_conf.set('API_EXPORTED', '__attribute__((visibility("default")))')
|
||||
configure_file(output: 'config.h', configuration: libfprint_conf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user