﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
9442	configure libxml2 with pkg-config	Lawrence Rust <lvr@…>	robertm	"commit f6a46a055568da1bdf789464a428b7384524b561 added a configure time check for libxml2 (used by libmythbluray) which is enabled by default and has a hardcoded default include path.  This requires cross compiling systems (Linux->Windows) without target libxml2 to be aware of the configure script version and disable libxml2.  A more elegant solution would be to use pkg-config:

{{{
if [ enabled libxml2 ]; then
  if [ pkg-config --exists libxml-2.0 ]; then
    libxml2_path_default=`pkg-config --cflags libxml-2.0`
  else
    disable libxml2
  fi
fi
}}}
"	Bug Report	closed	minor	0.25	MythTV - configure script	Master Head	medium	fixed	libxml2 windows configure		0
