Removed the soft librt dependency for now, since we don't appear to need it, at least for Ubuntu 14.4. If that changes (for instance, if it's required by some non-Linux system or some other distro), we can always add it back.

This commit is contained in:
Pietro Gagliardi 2019-06-01 12:22:35 -04:00
parent 9ad77ac57e
commit ef3352c033
1 changed files with 0 additions and 9 deletions

View File

@ -32,13 +32,4 @@ if libui_OS == 'windows'
required: true),
]
endif
elif libui_OS == 'darwin'
# do nothing
else
libui_test_deps += [
# satisfy old versions of glibc
# TODO is this really needed?
meson.get_compiler('c').find_library('rt',
required: false),
]
endif