meson: Sync build files with master and update to 3.24
This commit is contained in:
committed by
Christoph Reiter
parent
8caa937739
commit
a4fe15d9f0
@ -1,4 +1,4 @@
|
||||
gtk_deprecated_c_sources = files(
|
||||
gtk_deprecated_sources = files(
|
||||
'gtkactivatable.c',
|
||||
'gtkaction.c',
|
||||
'gtkactiongroup.c',
|
||||
@ -40,3 +40,48 @@ gtk_deprecated_c_sources = files(
|
||||
'gtkvseparator.c',
|
||||
'gtkvpaned.c',
|
||||
)
|
||||
|
||||
gtk_deprecated_headers = files(
|
||||
'gtkactivatable.h',
|
||||
'gtkaction.h',
|
||||
'gtkactiongroup.h',
|
||||
'gtkalignment.h',
|
||||
'gtkarrow.h',
|
||||
'gtkcolorsel.h',
|
||||
'gtkcolorseldialog.h',
|
||||
'gtkfontsel.h',
|
||||
'gtkgradient.h',
|
||||
'gtkhandlebox.h',
|
||||
'gtkhbbox.h',
|
||||
'gtkhbox.h',
|
||||
'gtkhpaned.h',
|
||||
'gtkhscale.h',
|
||||
'gtkhscrollbar.h',
|
||||
'gtkhseparator.h',
|
||||
'gtkhsv.h',
|
||||
'gtkiconfactory.h',
|
||||
'gtkimagemenuitem.h',
|
||||
'gtkmisc.h',
|
||||
'gtknumerableicon.h',
|
||||
'gtkradioaction.h',
|
||||
'gtkrc.h',
|
||||
'gtkrecentaction.h',
|
||||
'gtkstatusicon.h',
|
||||
'gtkstock.h',
|
||||
'gtkstyle.h',
|
||||
'gtkstyleproperties.h',
|
||||
'gtksymboliccolor.h',
|
||||
'gtktable.h',
|
||||
'gtktearoffmenuitem.h',
|
||||
'gtkthemingengine.h',
|
||||
'gtktoggleaction.h',
|
||||
'gtkuimanager.h',
|
||||
'gtkvbbox.h',
|
||||
'gtkvbox.h',
|
||||
'gtkvscale.h',
|
||||
'gtkvscrollbar.h',
|
||||
'gtkvseparator.h',
|
||||
'gtkvpaned.h',
|
||||
)
|
||||
|
||||
install_headers(gtk_deprecated_headers, subdir: 'gtk-3.0/gtk/deprecated/')
|
||||
|
||||
Reference in New Issue
Block a user