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:
@@ -14,10 +14,6 @@ option('x11-examples',
|
||||
description: 'Whether to build X11 example applications',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('debug_log',
|
||||
description: 'Debug message logging',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
option('doc',
|
||||
description: 'Whether to build the API documentation',
|
||||
type: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user