mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
build/gi: Stop hardcoding wrong header file name
As we now use link_with, and meson can figure out the rest by itself
This commit is contained in:
parent
414b26fcd9
commit
f4ad23a65a
@ -181,7 +181,6 @@ if get_option('introspection').enabled()
|
|||||||
include_directories: libmks_include_directories,
|
include_directories: libmks_include_directories,
|
||||||
includes: ['Gio-2.0', 'Gtk-4.0'],
|
includes: ['Gio-2.0', 'Gtk-4.0'],
|
||||||
install: true,
|
install: true,
|
||||||
header: 'libmks-1.h',
|
|
||||||
extra_args: libmks_gir_extra_args,
|
extra_args: libmks_gir_extra_args,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user