From 51e9372ef980b53c62eaeb3bbbe76fc676ca4eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 4 Sep 2022 21:29:33 +0700 Subject: [PATCH] telepathy-qt5: need libxml2-devel to build --- srcpkgs/telepathy-qt5/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/telepathy-qt5/template b/srcpkgs/telepathy-qt5/template index 5c8be2df306..fd6b972d1c9 100644 --- a/srcpkgs/telepathy-qt5/template +++ b/srcpkgs/telepathy-qt5/template @@ -10,7 +10,8 @@ configure_args=" -DDESIRED_QT_VERSION=5 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5" hostmakedepends="python pkg-config" -makedepends="qt5-devel telepathy-farstream-devel telepathy-glib-devel gstreamer1-devel" +makedepends="qt5-devel telepathy-farstream-devel telepathy-glib-devel + gstreamer1-devel libxml2-devel" short_desc="Qt5 bindings for the Telepathy D-Bus protocol" maintainer="Duncaen " license="LGPL-2.1"