14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
LIRI_GIT_BRANCH ?= "develop"
|
|
|
|
SRC_URI = "git://github.com/lirios/${@'${BPN}'.replace('liri-', '')}.git;protocol=git;branch=${LIRI_GIT_BRANCH}"
|
|
|
|
DEPENDS += "qtbase qtdeclarative liri-cmake-shared extra-cmake-modules qttools qttools-native"
|
|
|
|
inherit cmake_qt5_extra pkgconfig
|
|
|
|
EXTRA_OECMAKE += " \
|
|
-DQML_INSTALL_DIR=${OE_QMAKE_PATH_QML} \
|
|
-DPLUGIN_INSTALL_DIR=${OE_QMAKE_PATH_PLUGINS} \
|
|
-DQT_PLUGIN_INSTALL_DIR=${OE_QMAKE_PATH_PLUGINS} \
|
|
"
|