libDPS seems nonexistent, yet expected by default #5742
-
|
For the Display PostScript library. Could someone change this expectation, or suggest where I can find the library, like I just did for libfpx? This makes the former seem more correct: https://bugzilla.redhat.com/show_bug.cgi?id=158984 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The DPS library is an optional requirement. The ImageMagick configure script will look for |
Beta Was this translation helpful? Give feedback.
The DPS library is an optional requirement. The ImageMagick configure script will look for
libdps, however, when it does not find it, it will continue the build without it. It's essentially a no-op. Given so, we certainly could change the default check for the library fromyestonowhich would require a user to use the--with-dpsconfigure script command-lib argument to search for the library.