Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10387008
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
800 B
Subscribers
None
View Options
diff --git a/meson.build b/meson.build
index f1f90cb..97e7958 100644
--- a/meson.build
+++ b/meson.build
@@ -1,19 +1,19 @@
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('.')
-run_target('build', command: 'build-cli.sh')
+run_target('build', command: 'meson/build-cli.sh')
subdir('data')
subdir('src')
subdir('fonts/lora')
meson.add_install_script('meson/post_install.py')
diff --git a/build-cli.sh b/meson/build-cli.sh
similarity index 100%
rename from build-cli.sh
rename to meson/build-cli.sh
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 9:32 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3106399
Attached To
rWAGTK writeas-gtk
Event Timeline
Log In to Comment