Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10387464
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
763 B
Subscribers
None
View Options
diff --git a/meson.build b/meson.build
index 45511f9..f410e33 100644
--- a/meson.build
+++ b/meson.build
@@ -1,23 +1,23 @@
project('com.github.writeas.writeas-gtk', 'vala', 'c',
version: '1.0.2',
license: 'GPL',
meson_version: '>=0.40.1'
)
i18n = import('i18n')
conf = configuration_data()
conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
configure_file(output: 'config.h', configuration: conf)
config_h_dir = include_directories('.')
add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format (meson.project_name()), language:'c')
run_target('build', command: 'meson/build-cli.sh')
subdir('data')
subdir('po')
subdir('src')
-#subdir('fonts/lora')
+subdir('fonts/lora')
meson.add_install_script('meson/post_install.py')
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 11:51 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3106670
Attached To
rWAGTK writeas-gtk
Event Timeline
Log In to Comment