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:
Robert Mader 2023-03-04 23:54:09 +01:00 committed by Marge Bot
parent af9a7741f4
commit ce63543a3e
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "config.h"
#include <glib.h>
#include <math.h>
#include <wayland-client.h>
#include "wayland-test-client-utils.h"

View File

@ -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']