summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-04-09 20:40:37 +0300
committerJordan Petridis <jordan@centricular.com>2021-04-09 20:40:37 +0300
commitdf40d5d46e210c242820adf604293a7bb07dea4f (patch)
treed25e8e6c4830a500f89f65a68662339869c2133f /meson.build
parenta08a1589c6a30df728684bc29206c18cfdd6cb1a (diff)
downloadgnome-desktop-df40d5d46e210c242820adf604293a7bb07dea4f.tar.gz
Revert "Use xlocale.h - fixes build on MacOS (possibly also FreeBSD)"
This reverts commit 8ddb9dce8ffe070b151f4f7a383863d5f5f139b6.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 00cf25fb..490d43e6 100644
--- a/meson.build
+++ b/meson.build
@@ -95,7 +95,6 @@ conf.set('HAVE_XKBREGISTRY', xkbregistry_dep.found())
conf.set('HAVE_TIMERFD', cc.has_function('timerfd_create'))
conf.set('HAVE_OPENAT', cc.has_function('openat'))
conf.set('HAVE_USELOCALE', cc.has_function('uselocale'))
-conf.set('HAVE_XLOCALE', cc.has_header('xlocale.h'))
config_h = declare_dependency(
sources: configure_file(