2023-07-26 11:16:49 +02:00
|
|
|
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:"
|
|
|
|
|
2023-07-26 11:24:58 +02:00
|
|
|
DEPENDS = "wayland wayland-protocols fontconfig seatd liberation-fonts libxkbcommon libdrm eudev pixman mesa cairo"
|
2023-07-26 11:16:49 +02:00
|
|
|
|
|
|
|
|
|
|
|
SRCREV = "${AUTOREV}"
|
|
|
|
# SRCREV = "27d2d9f0c76b5805ff43578272e809aeb665a498"
|
2023-07-26 11:24:00 +02:00
|
|
|
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master;"
|
2023-07-26 11:16:49 +02:00
|
|
|
|
2023-07-26 11:49:32 +02:00
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
DEPENDS += " \
|
|
|
|
libxml2 \
|
|
|
|
glib-2.0 \
|
|
|
|
cairo \
|
|
|
|
pango \
|
|
|
|
wayland \
|
|
|
|
wayland-native \
|
|
|
|
wayland-protocols \
|
|
|
|
libdrm \
|
|
|
|
libxkbcommon \
|
|
|
|
libinput \
|
|
|
|
wl-roots \
|
|
|
|
"
|
|
|
|
|
2023-07-26 11:16:49 +02:00
|
|
|
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
|
|
|
|
}
|