0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 00:09:57 +00:00
Biswapriyo Nath a9271d63c9 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 19:50:16 +05:30
..