* replace liri-materialdecoration by liri-qtintegration * remove liri-platformtheme: repo is gone Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
20 lines
395 B
BlitzBasic
20 lines
395 B
BlitzBasic
SUMMARY = "Wayland client and server extensions"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
"
|
|
|
|
inherit liri
|
|
|
|
DEPENDS += " \
|
|
wayland-protocols \
|
|
"
|
|
|
|
SRCREV = "5ebaabfa44ee2cd63f0a3969dac93c2f1794d871"
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.0.0+git${SRCPV}"
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
|
|
|
|
FILES:${PN} += "${OE_QMAKE_PATH_QML}"
|