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>
This commit is contained in:
Andreas Müller
2019-01-27 22:09:59 +01:00
parent eda195516f
commit fdb4811a50

View File

@@ -1,4 +1,4 @@
inherit cmake_qt5_extra
inherit cmake_qt5_extra qt5-translation
HOMEPAGE = "http://lxqt.org/"