File: meson_options.txt

package info (click to toggle)
libudfread 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: ansic: 2,076; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2025 Rob Hall
# SPDX-License-Identifier: MIT

option('enable_examples',
    type: 'boolean',
    value: false,
    description: 'Build libudfread examples')

option('embed_udfread',
    type: 'boolean',
    value: false,
    yield: true,
    description: 'Build libudfread as static library with no install')