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 "config.h"
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
#include <math.h>
|
||||||
#include <wayland-client.h>
|
#include <wayland-client.h>
|
||||||
|
|
||||||
#include "wayland-test-client-utils.h"
|
#include "wayland-test-client-utils.h"
|
||||||
|
@ -80,6 +80,7 @@ foreach test : wayland_test_clients
|
|||||||
glib_dep,
|
glib_dep,
|
||||||
gobject_dep,
|
gobject_dep,
|
||||||
wayland_client_dep,
|
wayland_client_dep,
|
||||||
|
m_dep,
|
||||||
]
|
]
|
||||||
if test.has_key('extra_deps')
|
if test.has_key('extra_deps')
|
||||||
deps += test['extra_deps']
|
deps += test['extra_deps']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user