colord not reproductible
Closed this issue · 2 comments
bigon commented
Hello,
It seems that colord is not reproductible
Looking at the build system, I see the following in lib/colord/meson.build that is used in lib/colord/cd-test-shared.c
Would it be a way to remove the use of this TESTDATADIR
?
hughsie commented
Would it be a way to remove the use of this TESTDATADIR
Ideas welcome.
bigon commented
Put a #ifdef
around path = g_build_filename (TESTDATADIR, filename, NULL);
that is true if colord is compiled in some "non-installed" mode?