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>
16 lines
342 B
Plaintext
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"
|