Exiv2/exiv2

Missing options in meson build

heitbaum opened this issue · 0 comments

Describe the bug

A clear and concise description of the bug, including your use case for exiv2.

the following options are missing in the meson build (as compared to cmake)

  • EXIV2_ENABLE_FILESYSTEM_ACCESS
  • EXIV2_BUILD_EXIV2_COMMAND
  • EXIV2_BUILD_EXIV2_EXAMPLES

To Reproduce

Steps to reproduce the behavior:

  1. Provide the file with which you observed the issue (commonly named PoC). Explain the status of the file (e.g., direct from camera, edited with darktable), whether you own the copyright and if you allow the file to be added to exiv2 under the project's license
  2. List the exact commands/functions to reproduce the issue and include any related output
  3. Mention the branch and commit in which you observed the issue (e.g., main, commit 9f721b40, 0.27-maintenance, latest)

using 0.28.3

Expected behavior

A short description of what you expected to happen.

Meson options should mirror Cmake

Desktop (please complete the following information):

  • OS and version: (e.g., Linux (Fedora 36), macOS 12.5, Windows 11) Linux (Ubuntu 24.04)
  • Exiv2 version and source: (e.g., 0.27.5 from exiv2.org) 0.28.3
  • Compiler and version: (e.g., Gcc 12.2, Clang 14.0.0, MSVC 2022) gcc-14.1.0
  • Compilation mode and/or compiler flags: (e.g., debug, -O3)

Additional context

Add any other information about the problem here.