Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.
svn path=/nixpkgs/trunk/; revision=14760
This commit is contained in:
@@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
|
||||
++ (if qt4Support then [qt4] else []);
|
||||
|
||||
configureFlags = "--enable-shared --disable-static --enable-exceptions
|
||||
--enable-cairo --enable-splash --enable-poppler-glib --enable-zlib "
|
||||
--enable-cairo --enable-splash --enable-poppler-glib --enable-zlib
|
||||
--enable-xpdf-headers "
|
||||
+ (if qt4Support then "--enable-qt-poppler" else "--disable-qt-poppler");
|
||||
|
||||
patches = [ ./GDir-const.patch ./use_exceptions.patch ];
|
||||
|
||||
Reference in New Issue
Block a user