mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
bloatpad: Pass common_cflags to the build
This commit is contained in:
parent
14c3bc542d
commit
17c7662a6c
@ -12,6 +12,7 @@ typedef struct
|
||||
|
||||
typedef GtkApplicationClass BloatPadClass;
|
||||
|
||||
GType bloat_pad_get_type (void);
|
||||
G_DEFINE_TYPE (BloatPad, bloat_pad, GTK_TYPE_APPLICATION)
|
||||
|
||||
static void
|
||||
|
@ -2,4 +2,4 @@ bp_resources = gnome.compile_resources('bloatpad_resources',
|
||||
'bloatpad.gresources.xml',
|
||||
source_dir: '.')
|
||||
|
||||
executable('bloatpad', 'bloatpad.c', bp_resources, dependencies: libgtk_dep)
|
||||
executable('bloatpad', 'bloatpad.c', bp_resources, dependencies: libgtk_dep, c_args: common_cflags)
|
||||
|
Loading…
Reference in New Issue
Block a user