Files
meta-qt5-extra/classes/lxqt.bbclass
Andreas Müller 31f95ec92d world: rework cmake sanity and sysroot alignment
This is a panic commit in the middle of development - have the feeling my host
dies...

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-31 21:26:54 +02:00

12 lines
303 B
Plaintext

inherit cmake_qt5 cmake_extra_sanity qt5-translation
HOMEPAGE = "http://lxqt.org/"
DEPENDS += "qtbase"
SRC_URI = "git://github.com/lxde/${BPN}.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
# REVISIT: configure to use only ${libdir}/cmake
FILES_${PN}-dev += "${datadir}/cmake ${libdir}/cmake"