Files
meta-qt5-extra/classes/lxqt.bbclass
Andreas Müller fdb4811a50 lxqt.bbclass: Add qt5-translation to inherit
Old versions had one translation repo for all LxQt components. With 0.14.0 each
package ships its own transalations.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-01-27 22:09:59 +01:00

9 lines
218 B
Plaintext

inherit cmake_qt5_extra qt5-translation
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"