diff options
-rw-r--r-- | meta-agl-ic-container/recipes-demo/cluster-refgui/cluster-refgui_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-agl-ic-container/recipes-demo/cluster-refgui/cluster-refgui_git.bb b/meta-agl-ic-container/recipes-demo/cluster-refgui/cluster-refgui_git.bb index 4327c8de..b447f65c 100644 --- a/meta-agl-ic-container/recipes-demo/cluster-refgui/cluster-refgui_git.bb +++ b/meta-agl-ic-container/recipes-demo/cluster-refgui/cluster-refgui_git.bb @@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" DEPENDS = " \ qttools-native \ qtmultimedia \ + cluster-service \ " BRANCH = "master" @@ -16,7 +17,7 @@ SRCREV = "a16c6201be94a57eb8151a91699084d99694877c" S = "${WORKDIR}/git" -inherit cmake cmake_qt5 systemd +inherit cmake cmake_qt5 systemd pkgconfig # NOTE: # The app currently assumes the mp4 video file is in the same |