From 17c7662a6c2f50b8f3b1f0813833c40f400044bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Mon, 18 May 2020 13:37:23 +0200 Subject: bloatpad: Pass common_cflags to the build --- examples/bp/bloatpad.c | 1 + examples/bp/meson.build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/bp/bloatpad.c b/examples/bp/bloatpad.c index 598e1fdbf0..21fdfc98d9 100644 --- a/examples/bp/bloatpad.c +++ b/examples/bp/bloatpad.c @@ -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 diff --git a/examples/bp/meson.build b/examples/bp/meson.build index 0b401aca79..b884d6ba59 100644 --- a/examples/bp/meson.build +++ b/examples/bp/meson.build @@ -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) -- cgit v1.2.1