2023-02-01 05:30:38 +01:00
|
|
|
|
|
|
|
SUMMARY = "This is a [WIP] configuration gui app for labwc without any real plan or Acceptance Criteria"
|
|
|
|
HOMEPAGE = "https://github.com/labwc/labwc-tweaks"
|
|
|
|
SECTION = "graphics"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
|
|
|
2023-05-12 15:37:53 +02:00
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
2023-02-01 05:30:38 +01:00
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
DEPENDS += " \
|
|
|
|
libxml2 \
|
|
|
|
glib-2.0 \
|
|
|
|
gtk+3 \
|
|
|
|
"
|
|
|
|
|
|
|
|
SRC_URI = "git://github.com/labwc/labwc-tweaks.git;protocol=https;branch=master"
|
|
|
|
|
2023-05-12 15:37:53 +02:00
|
|
|
SRCREV = "e64cad5c2bd0e0d37d8aabb26682dae909d6c5d2"
|
2023-02-01 05:30:38 +01:00
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
|
|
|
|
FILES:${PN} += "${datadir}"
|