mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
lib: Major rewrite of the libfprint core and API
This is a rewrite of the core based on GObject and Gio. This commit breaks the build in a lot of ways, but basic functionality will start working again with the next commits.
This commit is contained in:
@@ -2,6 +2,10 @@ option('drivers',
|
||||
description: 'Drivers to integrate, "default" selects the default set, "all" selects all drivers',
|
||||
type: 'string',
|
||||
value: 'default')
|
||||
option('introspection',
|
||||
description: 'Build GObject Introspection repository',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('udev_rules',
|
||||
description: 'Whether to create a udev rules file',
|
||||
type: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user