[gtk/matthiasc/for-master: 83/83] broadway: Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 83/83] broadway: Fix the build
- Date: Sat, 11 Apr 2020 20:26:46 +0000 (UTC)
commit e735554ced343141ae5b0499072bff72c96294a8
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Apr 11 16:24:05 2020 -0400
broadway: Fix the build
We need to depend on gdkenum_h, since we are (indirectly)
including gdkenumtypes.h in the broadway server build.
gdk/broadway/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/broadway/meson.build b/gdk/broadway/meson.build
index 57bff27cae..bf3cdc036d 100644
--- a/gdk/broadway/meson.build
+++ b/gdk/broadway/meson.build
@@ -67,7 +67,7 @@ libgdk_broadway = static_library('gdk-broadway',
broadwayd_syslib = os_win32 ? find_library('ws2_32') : shmlib
executable('gtk4-broadwayd',
- clienthtml_h, broadwayjs_h,
+ clienthtml_h, broadwayjs_h, gdkconfig, gdkenum_h,
'broadwayd.c', 'broadway-server.c', 'broadway-output.c',
include_directories: [confinc, gdkinc, include_directories('.')],
c_args: ['-DGTK_COMPILATION', '-DG_LOG_DOMAIN="Gdk"', ],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]