mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 22:48:22 +01:00
22 lines
641 B
BlitzBasic
22 lines
641 B
BlitzBasic
|
DESCRIPTION = "lawc waylad compositor"
|
||
|
|
||
|
LICENSE = "GPL-2.0-only"
|
||
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||
|
|
||
|
#FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||
|
|
||
|
DEPENDS = "wayland wayland-protocols fontconfig seatd liberation-fonts libxkbcommon libdrm libudev pixman libgles2 cairo"
|
||
|
|
||
|
|
||
|
SRCREV = "${AUTOREV}"
|
||
|
# SRCREV = "27d2d9f0c76b5805ff43578272e809aeb665a498"
|
||
|
SRC_URI = "git://github.com/labwc/labwc.git;branch=master;"
|
||
|
|
||
|
inherit meson
|
||
|
|
||
|
do_install:append () {
|
||
|
# remove files not needed
|
||
|
rm -rf ${D}/usr/local/include
|
||
|
rm -rf ${D}/usr/local/lib
|
||
|
rm -rf ${D}/usr/local/share
|
||
|
}
|