mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 00:09:57 +00:00
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.