Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-01-27 22:58:57 +0000
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-01-27 22:58:57 +0000
commit29234ead927f64837fd49cab17cbcf261147ccfa (patch)
treeb6fb70749c5a0d26bfd9f8dd612cf63d65c4f0f4 /src/meson.build
parent903e32b804eb257ffeb87d76bde373bcb9ac882c (diff)
chat: Fix spell checking, fix theme of GtkSource widgetHEADspellchecking_sourceviewmain
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 081477c..d4fd452 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -38,7 +38,8 @@ weegtk_sources = [
'relay/network.py',
'relay/protocol.py',
'relay/color.py',
- 'relay/netfile.py'
+ 'relay/netfile.py',
+ 'gtk/custom_adwaita.xml'
]
install_data(weegtk_sources, install_dir: moduledir)