mirror of
https://github.com/brl/mutter.git
synced 2025-01-13 13:12:28 +00:00
tests/wayland: Add missing dependencies
They're needed for `ceilf()`. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2895>
This commit is contained in:
parent
af9a7741f4
commit
ce63543a3e
@ -18,6 +18,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <math.h>
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "wayland-test-client-utils.h"
|
||||
|
@ -80,6 +80,7 @@ foreach test : wayland_test_clients
|
||||
glib_dep,
|
||||
gobject_dep,
|
||||
wayland_client_dep,
|
||||
m_dep,
|
||||
]
|
||||
if test.has_key('extra_deps')
|
||||
deps += test['extra_deps']
|
||||
|
Loading…
Reference in New Issue
Block a user