You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
951 B
32 lines
951 B
From 6fa0780b933babbb3c5f16e0bb865eaf141b6412 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
|
Date: Thu, 20 Feb 2014 11:36:38 +0000
|
|
Subject: [PATCH] poppler fixes
|
|
|
|
Change-Id: Iaad3d6ba494a00e7581c5d7a35ec3ec5f57134dc
|
|
---
|
|
configure.ac | 10 ----------
|
|
sdext/Module_sdext.mk | 5 -----
|
|
sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx | 4 +++-
|
|
3 files changed, 3 insertions(+), 16 deletions(-)
|
|
|
|
diff --git a/sdext/Module_sdext.mk b/sdext/Module_sdext.mk
|
|
index f706e9c..94baf45 100644
|
|
--- a/sdext/Module_sdext.mk
|
|
+++ b/sdext/Module_sdext.mk
|
|
@@ -26,11 +26,6 @@ $(eval $(call gb_Module_add_targets,sdext,\
|
|
StaticLibrary_pdfimport_s \
|
|
))
|
|
|
|
-$(eval $(call gb_Module_add_check_targets,sdext,\
|
|
- CppunitTest_sdext_pdfimport \
|
|
- Executable_pdf2xml \
|
|
- Executable_pdfunzip \
|
|
-))
|
|
endif
|
|
|
|
# vim:set noet sw=4 ts=4:
|
|
--
|
|
1.9.0
|
|
|