libqtxdg: needs qt5-tools-devel instead.
This commit is contained in:
parent
a119a1483b
commit
630f134b24
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1 -DCMAKE_INSTALL_LIBDIR=lib"
|
configure_args="-DUSE_QT5=1 -DCMAKE_INSTALL_LIBDIR=lib"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="qt5-devel qt5-tools"
|
makedepends="qt5-tools-devel"
|
||||||
short_desc="Qt implementation of freedesktop.org xdg specifications"
|
short_desc="Qt implementation of freedesktop.org xdg specifications"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Reference in a new issue