Skip to content

Commit

Permalink
bloatpad: Pass common_cflags to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
baedert committed May 19, 2020
1 parent 14c3bc5 commit 17c7662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/bp/bloatpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/bp/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 17c7662

Please sign in to comment.