Commit d755240e authored by Florent Revest's avatar Florent Revest

mapplauncherd-qt, mapplaunerd-booster-qtcomponents: RDEPENDS on mapplauncherd

parent cd03ec18
......@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "mapplauncherd mapplauncherd-qt qtdeclarative qtbase polkit"
RDEPENDS_${PN} += "polkit"
RDEPENDS_${PN} += "polkit mapplauncherd"
do_configure_prepend() {
sed -i "s@INCLUDEPATH += /usr/include/applauncherd/@INCLUDEPATH += ${STAGING_INCDIR}/applauncherd ${STAGING_INCDIR}/mdeclarativecache5/@" ${S}/booster-qtcomponents.pro
......
......@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtdeclarative qtbase mapplauncherd polkit"
RDEPENDS_${PN} += "polkit"
RDEPENDS_${PN} += "polkit mapplauncherd"
do_configure_prepend() {
sed -i "s@INCLUDEPATH += /usr/include/applauncherd@INCLUDEPATH += ${STAGING_INCDIR}/applauncherd@" ${S}/qtbooster/qtbooster.pro
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment