[gtk/gtk-3-24] meson: Add missing files to gtk3-demo to fix build
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24] meson: Add missing files to gtk3-demo to fix build
- Date: Wed, 17 Apr 2019 15:50:20 +0000 (UTC)
commit 0fcfa1f266f0de75416b9d61f0facc07584e3774
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Apr 17 17:47:12 2019 +0200
meson: Add missing files to gtk3-demo to fix build
demos/gtk-demo/meson.build | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/demos/gtk-demo/meson.build b/demos/gtk-demo/meson.build
index e2af42c8c4..82e08973a5 100644
--- a/demos/gtk-demo/meson.build
+++ b/demos/gtk-demo/meson.build
@@ -25,6 +25,7 @@ demos = files([
'event_axes.c',
'expander.c',
'filtermodel.c',
+ 'fishbowl.c',
'foreigndrawing.c',
'gestures.c',
'glarea.c',
@@ -45,6 +46,7 @@ demos = files([
'offscreen_window2.c',
'overlay.c',
'overlay2.c',
+ 'paint.c',
'panes.c',
'pickers.c',
'pixbufs.c',
@@ -61,6 +63,7 @@ demos = files([
'spinbutton.c',
'spinner.c',
'stack.c',
+ 'tabs.c',
'textmask.c',
'textview.c',
'textscroll.c',
@@ -83,6 +86,8 @@ if os_unix
endif
gtkdemo_sources = demos + files([
+ 'gtkfishbowl.c',
+ 'gtkfishbowl.h',
'main.c',
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]