|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../poppler/poppler.conf |
|
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2010 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -22,3 +22,6 @@ var_append confopt ' ' "--enable-a4-paper" # WARNING should be config opt.
|
|
|
|
|
if pkginstalled xpdf; then |
|
|
|
|
var_append extraconfopt ' ' '--disable-utils' |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# help to find fontconfig header files |
|
|
|
|
var_append CXX_WRAPPER_APPEND ' ' "-I$(pkgprefix -r includedir fontconfig)" |
|
|
|
|