aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/wayland-ivi-extension_1.2.0_rc1.bb
blob: bd83aeeb5809a50989745b972814a29eb544b2fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Wayland IVI Extension"
DESCRIPTION = "LayerManagement API based on Wayland IVI Extension"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=176cedb32f48dd58f07e0c1c717b3ea4"

SRCREV = "882e54daa1eafb56d0e7f0120db6bc36bd38d165"

SRC_URI = "git://git.projects.genivi.org/wayland-ivi-extension.git \
           file://use_sysroot_dir.patch \
          "

inherit cmake autotools

DEPENDS = "weston"

S = "${WORKDIR}/git"

#WESTON_LIBDIR=

FILES_${PN} += "${libdir}/weston/*"
FILES_${PN}-dbg += "${libdir}/weston/.debug/*"