aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b1417d0..4592d18 100644
--- a/meson.build
+++ b/meson.build
@@ -56,7 +56,8 @@ shared_module ('gtk3-classic-module',
'patches/icon-sizes.c',
'patches/no-emojis.c',
'patches/persistent-mnemonics.c',
- 'patches/smaller-widgets.c'
+ 'patches/smaller-widgets.c',
+ 'patches/treeview-zebra-stripes.c'
],
include_directories: [ include_dir ],
dependencies: [ gtk_dep, gtk_unix_print_dep ],
bgstack15