You're missing development package for the JPEG library. openjpeg-libs
is a runtime package, meaning it doesn't contain the header files needed when compiling source files that are using the library.
However, the openjpeg-libs
is not the one you need, the right one based on a rpmfind.net search for the missing .h
file is libjpeg-turbo-devel
. And of course, you'd also need the corresponding run-time lib libjpeg-turbo
.