axkg / terminatorX

Synchronized turntables to scratch on digital vinyl
https://terminatorX.org
GNU General Public License v2.0
8 stars 4 forks source link

Update configure.ac to use pkg-config to find libxml2 #5

Closed hughmcmaster closed 2 years ago

hughmcmaster commented 2 years ago

Debian is taking steps towards removing xml2-config in favour of pkg-config. This means terminatorX fails to build.

This patchset:

  1. Allows cross-compiling with pkg-config
  2. Drops the legacy check for libxml 1.x
  3. Uses PKG_CHECK_MODULES to find libxml2, falling back to xml2-config if necessary.