summaryrefslogtreecommitdiff
path: root/util/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-02-23 12:12:47 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-02-23 12:29:58 +0000
commit0ed1053d8f9751d20b313491adc0117b8addd804 (patch)
treee065d1c16902379789b53626bafa80379cefd8e2 /util/meson.build
parente30259f6237571c61992433c110bc6e1ef900244 (diff)
downloadcairo-0ed1053d8f9751d20b313491adc0117b8addd804.tar.gz
utils: remove hacky replacement for backtrace_symbols in glibc
Doesn't build any more, is very much non-essential, and hasn't been touched in any meaningful way since it was added 13 years ago, so just remove it for now until someone steps up. Chances are the glibc version has improved since then.
Diffstat (limited to 'util/meson.build')
-rw-r--r--util/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/meson.build b/util/meson.build
index 016955cea..55362b6d4 100644
--- a/util/meson.build
+++ b/util/meson.build
@@ -61,5 +61,3 @@ endforeach
if cc.has_header_symbol('malloc.h', '__malloc_hook') and cc.has_header('execinfo.h')
libmallocstats = library('malloc-stats', 'malloc-stats.c')
endif
-
-# backtrace-symbols does not build