Import meson build files from an 3.22

Specifically, from 6dd6660c685d22e88af5ed4d0b5f1f22df0338de
This commit is contained in:
Nirbheek Chauhan
2018-11-13 10:59:03 +05:30
committed by Christoph Reiter
parent c19ae9635e
commit 8ec004cc08
33 changed files with 2651 additions and 0 deletions

View File

@ -0,0 +1,42 @@
gtk_deprecated_c_sources = files(
'gtkactivatable.c',
'gtkaction.c',
'gtkactiongroup.c',
'gtkalignment.c',
'gtkarrow.c',
'gtkcolorsel.c',
'gtkcolorseldialog.c',
'gtkfontsel.c',
'gtkgradient.c',
'gtkhandlebox.c',
'gtkhbbox.c',
'gtkhbox.c',
'gtkhpaned.c',
'gtkhscale.c',
'gtkhscrollbar.c',
'gtkhseparator.c',
'gtkhsv.c',
'gtkiconfactory.c',
'gtkimagemenuitem.c',
'gtkmisc.c',
'gtknumerableicon.c',
'gtkradioaction.c',
'gtkrc.c',
'gtkrecentaction.c',
'gtkstatusicon.c',
'gtkstock.c',
'gtkstyle.c',
'gtkstyleproperties.c',
'gtksymboliccolor.c',
'gtktable.c',
'gtktearoffmenuitem.c',
'gtkthemingengine.c',
'gtktoggleaction.c',
'gtkuimanager.c',
'gtkvbbox.c',
'gtkvbox.c',
'gtkvscale.c',
'gtkvscrollbar.c',
'gtkvseparator.c',
'gtkvpaned.c',
)