Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-core / recipes-graphics / wayland / waltham_git.bb
1 DESCRIPTION = "Waltham is a network IPC library designed to resemble Wayland both protocol and protocol-API wise"
2 HOMEPAGE = "https://github.com/waltham/waltham"
3
4 LICENSE = "MIT"
5 LIC_FILES_CHKSUM = " \
6   file://LICENSE;md5=e8ad01a5182f2c1b3a2640e9ea268264 \
7 "
8 SRCREV = "1de58c3ff746ddaba7584d760c5454243723d3ca"
9 SRC_URI = "git://github.com/wmizuno/waltham.git;branch=master;protocol=https \
10           "
11 S = "${WORKDIR}/git"
12
13 inherit autotools pkgconfig
14
15 DEPENDS += "libdrm virtual/kernel wayland"
16 RDEPENDS:${PN} += "libdrm"