mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
telepathy-qt5: need libxml2-devel to build
This commit is contained in:
parent
f20941de74
commit
51e9372ef9
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ configure_args="
|
||||||
-DDESIRED_QT_VERSION=5
|
-DDESIRED_QT_VERSION=5
|
||||||
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5"
|
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5"
|
||||||
hostmakedepends="python pkg-config"
|
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"
|
short_desc="Qt5 bindings for the Telepathy D-Bus protocol"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue