blob: f2418e6adafd6e304b3ec543a2c91ee815db4beb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUMMARY = "A wrapper library of libwindowmanager for Qt Application in AGL"
SECTION = "graphics"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
DEPENDS = "qtbase libwindowmanager"
RDEPENDS_${PN} = "libwindowmanager"
inherit qmake5
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qlibwindowmanager.git;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "ee162e3e74baa74411441304edf8389eeab04995"
S = "${WORKDIR}/git"
|