blob: 5a2dbe5a5593005a404ae5b724c94bbb6b772381 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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/src/libqtwindowmanager.git;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "d5d31fe493c88756831e7cf36255acdccbbdde98"
S = "${WORKDIR}/git"
PV = "1.0+git${SRCPV}"
|