CppunitTest_sw_pdf_test: Add dependency on xpdfimport

The missing dependency would trigger the failure in:

::HybridPdfTest::testNoHybridDataInPDF
   warn:sal.osl:3173303:3173368:sal/osl/unx/process.cxx:349: Failed to launch child process, child reports ENOENT
      ? Couldn't exec xpdfimport?

Change-Id: I5e887129d2119c71b993d9a3e26b9b17bb912452
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163771
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
Dr. David Alan Gilbert 2024-02-22 11:36:14 +00:00 committed by Mike Kaganski
parent 80d3f33876
commit 56f45bf76f

View file

@ -43,6 +43,8 @@ $(eval $(call gb_CppunitTest_use_externals,sw_pdf_test,\
libxml2 \
))
$(eval $(call gb_CppunitTest_use_executable,sw_pdf_test,xpdfimport))
$(eval $(call gb_CppunitTest_set_include,sw_pdf_test,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \