mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
add labwc_git.bb recipe
This commit is contained in:
parent
d5eb6635fa
commit
fe9a06d65f
22
recipes-graphics/diya-shell/labwc_git.bb
Normal file
22
recipes-graphics/diya-shell/labwc_git.bb
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user