$OpenBSD: patch-CMakeLists_txt,v 1.2 2019/09/01 18:56:02 rsadowski Exp $

LibXml2 is not needed to compile the gstreamer backend for Phonon

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -54,9 +54,6 @@ macro_log_feature(GLIB2_FOUND "GLib2" "GLib 2 is requi
 
 find_package(GObject REQUIRED)
 
-find_package(LibXml2 REQUIRED)
-macro_log_feature(LIBXML2_FOUND "LibXml2" "LibXml2 is required to compile the gstreamer backend for Phonon" "http://xmlsoft.org/downloads.html" TRUE)
-
 add_subdirectory(gstreamer)
 
 if(ECM_FOUND AND IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
