From 9b8cef7697c8812c26e76a7fc58c107f74230ec8 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 2 Oct 2018 15:56:39 +0100 Subject: [PATCH] build: Add a bug URI in a FIXME comment Signed-off-by: Philip Withnall https://phabricator.endlessm.com/T23859 --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index fae8a04..3b8ea59 100644 --- a/meson.build +++ b/meson.build @@ -19,6 +19,7 @@ prefix = get_option('prefix') datadir = join_paths(prefix, get_option('datadir')) # FIXME: This isn’t exposed in accountsservice.pc +# See https://gitlab.freedesktop.org/accountsservice/accountsservice/merge_requests/16 accountsserviceinterfacesdir = join_paths(datadir, 'accountsservice', 'interfaces') dbus = dependency('dbus-1')