From 355fecef43f93c389cd7d63c96ddcd57fd9d500b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Genov=C3=A9s?= Date: Tue, 29 Oct 2019 12:09:06 +0100 Subject: [PATCH] install uberwriter folder --- meson.build | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 7bd3b53..097157a 100644 --- a/meson.build +++ b/meson.build @@ -21,9 +21,6 @@ endif application_id = 'de.wolfvollprecht.UberWriter@0@'.format(profile) -# This doesn't work yet. It's doesn't find the python3 from the sandboxed env first -# python = import('python') -# python3 = python.find_installation('python3') python = import('python3') python3 = python.find_python() if not python3.found() @@ -65,6 +62,11 @@ subdir('data') #subdir('help') subdir('po') +install_subdir( + 'uberwriter', + install_dir: python3 +) + message('Preparing init file') configure_file( input: 'uberwriter.in',