Closed hughmcmaster closed 3 years ago
Debian is removing xml2-config from its libxml2 development package. This means dvdauthor fails to build from source.
xml2-config
This patch uses the PKG_CHECK_MODULES pkg-config macro to detect the libxml2 library.
pkg-config
OK, done in 45705ece5ec5d7d6b9ab3e7a68194796a398e855.
Debian is removing
xml2-config
from its libxml2 development package. This means dvdauthor fails to build from source.This patch uses the PKG_CHECK_MODULES
pkg-config
macro to detect the libxml2 library.