Files
termux-packages/packages/libwayland
termux-pacman-bot 893dcfb468 fix(main/libwayland): Fix compiler error when STDC_VERSION is undefined
This commit fixes the following compiler error with KDE frameworks.

wayland-util.h:51:5: error: '__STDC_VERSION__' is not defined, evaluates to 0 [-Werror,-Wundef]
   51 | #if __STDC_VERSION__ >= 202311L
      |     ^
wayland-util.h:73:5: error: '__STDC_VERSION__' is not defined, evaluates to 0 [-Werror,-Wundef]
   73 | #if __STDC_VERSION__ >= 202311L
      |     ^

Also, add `setup' option with meson command to fix the following.
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
2024-11-12 14:38:34 +00:00
..