cmake_qt5_extra: add cmake_extra_sanity to inherit

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-06-13 14:43:51 +02:00
parent ebf73e457a
commit eef9a5b847
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
inherit cmake_qt5
inherit cmake_qt5 cmake_extra_sanity
EXTRA_OECMAKE += " \
-DCMAKE_QT5_EX_PATH_HOST_HEADERS=${STAGING_INCDIR} \

View File

@@ -17,7 +17,7 @@ ${KDE_MIRROR} http://kde.c3sl.ufpr.br \n \
SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/src/${BPN}-${PV}.tar.xz"
# extra-cmake-modules cause dependent to check for python
inherit cmake_qt5_extra cmake_extra_sanity pythonnative
inherit cmake_qt5_extra pythonnative
do_compile_prepend() {
export XDG_DATA_HOME=${STAGING_DATADIR}

View File

@@ -4,7 +4,7 @@ SRC_URI = "git://github.com/lirios/${@'${BPN}'.replace('liri-', '')}.git;protoco
DEPENDS += "qtbase qtdeclarative extra-cmake-modules-native"
inherit cmake_qt5 cmake_extra_sanity pkgconfig
inherit cmake_qt5_extra pkgconfig
EXTRA_OECMAKE += " \
-DQML_INSTALL_DIR=${OE_QMAKE_PATH_QML} \

View File

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