mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
25 lines
594 B
BlitzBasic
25 lines
594 B
BlitzBasic
|
|
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"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
DEPENDS += " \
|
|
libxml2 \
|
|
glib-2.0 \
|
|
gtk+3 \
|
|
"
|
|
|
|
SRC_URI = "git://github.com/labwc/labwc-tweaks-gtk.git;protocol=https;branch=master"
|
|
|
|
SRCREV = "67adbedd610a1b44e7ba667ae72a5c9b07105119"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
FILES:${PN} += "${datadir}"
|