mirror of
https://github.com/kmod-project/kmod.git
synced 2026-01-26 07:37:54 +00:00
To make it clear and explicit on the topic. Inspired by me reusing some of those for usbutils and reuse-tool [1] flagging the lack of proper attribution. [1] https://github.com/fsfe/reuse-tool Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Link: https://github.com/kmod-project/kmod/pull/145 Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
18 lines
397 B
INI
18 lines
397 B
INI
; SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
|
|
; SPDX-FileCopyrightText: 2024 Lucas De Marchi <lucas.de.marchi@gmail.com>
|
|
;
|
|
; SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[project options]
|
|
build-tests = true
|
|
debug-messages = true
|
|
docs = true
|
|
zstd = 'enabled'
|
|
xz = 'enabled'
|
|
zlib = 'enabled'
|
|
openssl = 'enabled'
|
|
werror = true
|
|
|
|
[built-in options]
|
|
buildtype = 'debugoptimized'
|