From 1b7bd9a0b709672768ef3b4463a06039c5bf1dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wagner?= Date: Thu, 21 Oct 2021 19:36:05 +0200 Subject: Add gi-docgen and proper documentation CI --- meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 469fb28..c6e77a1 100644 --- a/meson.build +++ b/meson.build @@ -14,6 +14,9 @@ librest_pkg_string = 'rest-@0@'.format(librest_api_version) gnome = import('gnome') pkgconfig = import('pkgconfig') +# Paths +rest_datadir = join_paths(get_option('prefix'), get_option('datadir')) + # CA certificates if get_option('ca_certificates') ca_certificates_path = get_option('ca_certificates_path') -- cgit v1.2.1