Files
meta-qt5-extra/classes/lxqt.bbclass
Max Krummenacher c0d41d5292 lxqt.bbclass: move uri to github/lxqt
With the 0.13 release the repositories moved from github/lxde to github/lxqt.
https://blog.lxqt.org/2018/03/repository-move-finished/

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-10-03 20:55:00 +02:00

16 lines
342 B
Plaintext

inherit cmake_qt5_extra
HOMEPAGE = "http://lxqt.org/"
DEPENDS += "lxqt-build-tools qtbase qttools-native"
SRC_URI = "git://github.com/lxqt/${BPN}.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
EXTRA_OECMAKE += " \
-DPULL_TRANSLATIONS=Off \
-DCLEAN_TRANSLATIONS=Off \
"
FILES_${PN}-dev += "${datadir}/cmake ${libdir}/cmake"