hughsie / colord

Making color management just work
GNU General Public License v2.0
75 stars 51 forks source link

colord not reproductible #106

Closed bigon closed 4 years ago

bigon commented 4 years ago

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 4 years ago

Would it be a way to remove the use of this TESTDATADIR

Ideas welcome.

bigon commented 4 years ago

Put a #ifdef around path = g_build_filename (TESTDATADIR, filename, NULL); that is true if colord is compiled in some "non-installed" mode?