diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-12-08 14:37:20 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-30 19:26:44 -0400 |
commit | 1eda9884a0d405ee6bb5e6436849623d254d41b3 (patch) | |
tree | 5533ec77975b2fcaf49a823ecb7faa31f558e0f1 /meson.build | |
parent | ae4bb2d9143a4092d8ded7952f01b7cb07a3541a (diff) | |
download | gtk+-1eda9884a0d405ee6bb5e6436849623d254d41b3.tar.gz |
Add GtkNumericSorter
This sorter compares numbers obtained from items
by evaluating an expression.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 912c0f8a95..874fee25a8 100644 --- a/meson.build +++ b/meson.build @@ -213,6 +213,7 @@ endforeach cdata.set('HAVE_DECL_ISINF', cc.has_header_symbol('math.h', 'isinf')) cdata.set('HAVE_DECL_ISNAN', cc.has_header_symbol('math.h', 'isnan')) +cdata.set('HAVE_DECL_ISNANF', cc.has_header_symbol('math.h', 'isnanf')) # Disable deprecation checks for all libraries we depend on on stable branches. # This is so newer versions of those libraries don't cause more warnings with |