From f54505942ce2dcc73fcbad79d4f5cdce991bf8cb Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 8 Dec 2017 10:40:44 +0000 Subject: Make the datetime indicator build on non-Ubuntu systems (which mostly lack url-dispatcher and Ubuntu Touch sound schema files. --- tests/manual-test-snap.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/manual-test-snap.cpp') diff --git a/tests/manual-test-snap.cpp b/tests/manual-test-snap.cpp index 95775c8..12d34f3 100644 --- a/tests/manual-test-snap.cpp +++ b/tests/manual-test-snap.cpp @@ -18,6 +18,8 @@ * with this program. If not, see . */ +#ifdef HAS_URLDISPATCHER + #include #include #include @@ -99,3 +101,5 @@ int main(int argc, const char* argv[]) g_main_loop_unref(loop); return 0; } + +#endif -- cgit v1.2.3