mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
meson: remove duplicate libm variable
Only need one of libm and mlib
This commit is contained in:
parent
5d71390a75
commit
2f3c975058
@ -145,7 +145,7 @@ wlinc = include_directories('.')
|
||||
|
||||
|
||||
gdk_deps = [
|
||||
mlib,
|
||||
libm,
|
||||
pixbuf_dep,
|
||||
cairo_dep,
|
||||
pango_dep,
|
||||
|
@ -795,7 +795,7 @@ gtk_deps = [
|
||||
pixbuf_dep,
|
||||
atk_dep,
|
||||
epoxy_dep,
|
||||
mlib,
|
||||
libm,
|
||||
graphene_dep
|
||||
]
|
||||
|
||||
|
@ -310,8 +310,6 @@ if win32_enabled
|
||||
'-lcfgmgr32']
|
||||
endif
|
||||
|
||||
mlib = cc.find_library('m', required: false)
|
||||
|
||||
# Check for bind_textdomain_codeset, including -lintl if GLib brings it in
|
||||
if cc.has_function('bind_textdomain_codeset', dependencies: glib_dep)
|
||||
cdata.set('HAVE_BIND_TEXTDOMAIN_CODESET', 1)
|
||||
|
Loading…
Reference in New Issue
Block a user