mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 22:21:13 +00:00
meson: clean up some cruft
This commit is contained in:
parent
d24e1caf8e
commit
0f86a27df9
1 changed files with 1 additions and 19 deletions
20
meson.build
20
meson.build
|
@ -78,25 +78,7 @@ foreach h : check_headers
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
check_functions = [
|
check_functions = [
|
||||||
# check token HAVE_CPU_ALPHA
|
['HAVE_DCGETTEXT', 'dcgettext'], # FIXME: this looks unused
|
||||||
# check token HAVE_CPU_ARM
|
|
||||||
# check token HAVE_CPU_CRIS
|
|
||||||
# check token HAVE_CPU_CRISV32
|
|
||||||
# check token HAVE_CPU_HPPA
|
|
||||||
# check token HAVE_CPU_I386
|
|
||||||
# check token HAVE_CPU_IA64
|
|
||||||
# check token HAVE_CPU_M68K
|
|
||||||
# check token HAVE_CPU_MIPS
|
|
||||||
# check token HAVE_CPU_PPC
|
|
||||||
# check token HAVE_CPU_PPC64
|
|
||||||
# check token HAVE_CPU_S390
|
|
||||||
# check token HAVE_CPU_SPARC
|
|
||||||
# check token HAVE_CPU_X86_64
|
|
||||||
['HAVE_DCGETTEXT', 'dcgettext'],
|
|
||||||
# check token HAVE_EXPERIMENTAL
|
|
||||||
# check token HAVE_EXTERNAL
|
|
||||||
# check token HAVE_GETTEXT
|
|
||||||
# check token HAVE_VALGRIND
|
|
||||||
]
|
]
|
||||||
|
|
||||||
foreach f : check_functions
|
foreach f : check_functions
|
||||||
|
|
Loading…
Reference in a new issue