forked from AuroraMiddleware/gtk
meson: Require gtkmarshal_h before we build gtk
This commit is contained in:
parent
9e0c74b513
commit
5116b2b612
@ -364,8 +364,7 @@ endif
|
||||
|
||||
|
||||
libgdk = shared_library('gdk',
|
||||
gdk_sources,
|
||||
gdkenum_h,
|
||||
sources: [gdk_sources, gdkconfig, gdkenum_h],
|
||||
c_args: ['-DHAVE_CONFIG_H', '-DGDK_COMPILATION'],
|
||||
include_directories: [confinc, xinc, wlinc],
|
||||
dependencies: gdk_deps,
|
||||
|
@ -819,6 +819,7 @@ endif
|
||||
|
||||
libgtk = shared_library('gtk',
|
||||
gtk_sources,
|
||||
gtkmarshal_h,
|
||||
c_args: [
|
||||
'-DGTK_COMPILATION', '-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED',
|
||||
'-DGTK_BINARY_VERSION="3"', '-DGTK_HOST="bob"',
|
||||
@ -839,6 +840,6 @@ libgtk_dep = declare_dependency(
|
||||
gtktypebuiltins_h,
|
||||
],
|
||||
dependencies: gtk_deps,
|
||||
link_with: libgtk,
|
||||
link_with: [libgtk, libgdk],
|
||||
include_directories: [confinc, gtkinc]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user