mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Fix install location
This commit is contained in:
parent
3a2c4be44b
commit
3d5529760a
@ -5,7 +5,7 @@ gdkversionmacros_h = custom_target(
|
||||
output: 'gdkversionmacros.h',
|
||||
command: [gen_visibility_macros, meson.project_version(), 'versions-macros', '@INPUT@', '@OUTPUT@'],
|
||||
install: true,
|
||||
install_dir: gtk_includedir / 'gtk-4.0/gdk',
|
||||
install_dir: gtk_includedir / 'gtk-4.0/gdk/version',
|
||||
# FIXME: Not needed with Meson >= 0.64.0
|
||||
install_tag: 'devel',
|
||||
)
|
||||
@ -14,7 +14,7 @@ gdk_visibility_h = custom_target(
|
||||
output: 'gdk-visibility.h',
|
||||
command: [gen_visibility_macros, meson.project_version(), 'visibility-macros', 'GDK', '@OUTPUT@'],
|
||||
install: true,
|
||||
install_dir: gtk_includedir / 'gtk-4.0/gdk',
|
||||
install_dir: gtk_includedir / 'gtk-4.0/gdk/version',
|
||||
# FIXME: Not needed with Meson >= 0.64.0
|
||||
install_tag: 'devel',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user