Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJan Lukas Gernert <jangernert@gmail.com>2018-04-29 20:56:42 +0300
committerJan Lukas Gernert <jangernert@gmail.com>2018-04-29 20:56:42 +0300
commitc6817fab8006bddb8ff40fe975a5cb1bc557d2ad (patch)
tree752a41d59fd5f40c98abd253ec61c5c56ce37d24 /data
parent4eca83bf4bcb0ccf108df555bd4cfb793030eadd (diff)
Own table for enclosures and taggings
- getting rid of comma separated strings - fix enclosure button always showing
Diffstat (limited to 'data')
-rw-r--r--data/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build
index ddfbc91f..efcdef25 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -30,3 +30,5 @@ i18n.merge_file(
)
subdir('application-icons')
+
+install_subdir('GrabberConfig', install_dir : DATA_DIR)