desktop: enable CppunitTest_desktop_lib only on Linux

Desktop / LibreOffice - Miklos Vajna [collabora.co.uk] - 10 September 2015 02:49 UTC

Since the test would fail to link on Windows, due to

ifeq ($(GUIBASE),unx) $(eval $(call gb_Library_add_exception_objects,sofficeapp,\ desktop/source/lib/init \ )) endif

in Library_sofficeapp.mk. Given that CppunitTest_libreofficekit_tiledrendering is marked as Linux-only as well, be consistent and have this test as Linux-only, too.

ac882c3 desktop: enable CppunitTest_desktop_lib only on Linux
desktop/Module_desktop.mk | 2 ++
1 file changed, 2 insertions(+)

Upstream: cgit.freedesktop.org


  • Share