onkelDead / tascam-gtk

GTK+ based application to control Tascam US-16x08 DSP mixer
MIT License
56 stars 12 forks source link

Use libxml++3.0 and fallback to libxml++2.6 if needed. #25

Closed be1 closed 1 year ago

be1 commented 1 year ago

Following the discussion on Issue #24 Here is a series of 3 patches to allow detection of libxml++-3.0 and fallback detection of libxml++-2.6. Ubuntu, for example, ships an libxml++-2.6 API library but Arch ships a libxml++-3.0 API library. Using this series of patches allow to build tascamgtk on both platforms.