mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
add manpages support
This commit is contained in:
@ -13,10 +13,10 @@ SRC_URI = " \
|
||||
|
||||
DEPENDS = "wayland wayland-native libscfg"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
inherit meson pkgconfig features_check manpages
|
||||
|
||||
PACKAGECONFIG[ipc] = "-Dipc=enabled,-Dipc=disabled,libvarlink"
|
||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
ipc \
|
||||
|
@ -24,18 +24,17 @@ RDEPENDS:${PN} = "dbus"
|
||||
|
||||
RRECOMMENDS:${PN} = "jq"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
inherit meson pkgconfig features_check manpages
|
||||
|
||||
PACKAGECONFIG[systemd] = ",,systemd"
|
||||
PACKAGECONFIG[sysvinit] = ",,elogind"
|
||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
||||
PACKAGECONFIG[manpages] = ",,scdoc-native"
|
||||
PACKAGECONFIG[icons] = ",,gdk-pixbuf"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
||||
icons \
|
||||
man-pages \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
@ -22,11 +22,11 @@ S = "${WORKDIR}/git"
|
||||
PV = "1.8.0"
|
||||
SRCREV = "f554943bec003c2f70306123bd8db18465fcc3e4"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
inherit meson pkgconfig features_check manpages
|
||||
|
||||
PACKAGECONFIG[systemd] = "-Dlogind-provider=systemd,,systemd"
|
||||
PACKAGECONFIG[sysvinit] = "-Dlogind-provider=elogind,,elogind"
|
||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
||||
PACKAGECONFIG[manpages] = ",,scdoc-native"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||
|
@ -16,6 +16,8 @@ DEPENDS = " \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
inherit meson pkgconfig features_check manpages
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/swaywm/swaylock.git;protocol=https;branch=master \
|
||||
"
|
||||
@ -26,7 +28,7 @@ SRCREV = "bd2dfec9ae0111b1858d5fab44f0f4fac4117d07"
|
||||
|
||||
PACKAGECONFIG[pam] = ",,libpam"
|
||||
PACKAGECONFIG[gdk-pixbuf] = ",,gdk-pixbuf"
|
||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
||||
PACKAGECONFIG[manpages] = ",,scdoc-native"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
gdk-pixbuf \
|
||||
@ -36,8 +38,6 @@ PACKAGECONFIG ?= " \
|
||||
# Reproducibility issue. Fix me!
|
||||
CFLAGS:append = " -Wno-error=date-time"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
@ -14,17 +14,18 @@ DEPENDS += " \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
inherit meson pkgconfig features_check manpages
|
||||
|
||||
SRC_URI = "git://git.sr.ht/~kennylevinsen/wlsunset;protocol=https;nobranch=1"
|
||||
|
||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
||||
PACKAGECONFIG[manpages] = ",,scdoc-native"
|
||||
|
||||
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.4.0"
|
||||
SRCREV = "634c8ebc53a31d4e5ed394f7950760deb5322102"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
@ -18,10 +18,10 @@ DEPENDS = " \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
inherit meson pkgconfig features_check manpages
|
||||
|
||||
PACKAGECONFIG[seccomp] = "-Dseccomp=enabled,-Dseccomp=disabled,libseccomp"
|
||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
|
||||
|
Reference in New Issue
Block a user