mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-04 07:56:47 +02:00
seatd: remove recipe that was added to oe-core
This commit is contained in:
parent
21fd19c49b
commit
042b2c169e
@ -1,32 +0,0 @@
|
|||||||
SUMMARY = "A minimal seat management daemon, and a universal seat management library."
|
|
||||||
DESCRIPTION = "Seat management takes care of mediating access to shared devices (graphics, input), without requiring the applications needing access to be root."
|
|
||||||
AUTHOR = "kennylevinsen"
|
|
||||||
HOMEPAGE = "https://git.sr.ht/~kennylevinsen/seatd"
|
|
||||||
SECTION = "libs"
|
|
||||||
LICENSE = "BSD-0-Clause"
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a"
|
|
||||||
|
|
||||||
SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;branch=master"
|
|
||||||
|
|
||||||
PACKAGECONFIG[systemd] = ",,systemd"
|
|
||||||
PACKAGECONFIG[sysvinit] = ",,elogind"
|
|
||||||
|
|
||||||
# On systems without logind/elogind, you need to use libseat-builtin.
|
|
||||||
# You have to suid the sway binary. Sway will drop root permissions shortly after startup.
|
|
||||||
PACKAGECONFIG[libseat-builtin] = "-Dlibseat-builtin=enabled -Dlibseat-logind=disabled,-Dlibseat-builtin=disabled"
|
|
||||||
|
|
||||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
|
||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
|
||||||
"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
PV = "0.6.3"
|
|
||||||
SRCREV = "96a5de88595cb8ddc41a4beb72d213d1f8bfdc61"
|
|
||||||
|
|
||||||
inherit meson pkgconfig
|
|
||||||
|
|
||||||
EXTRA_OEMESON += "--buildtype release"
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user