mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 22:18:21 +01:00
yambar: update
This commit is contained in:
parent
f59ba34da4
commit
b0ef727260
@ -14,36 +14,45 @@ DEPENDS = " \
|
|||||||
bison-native \
|
bison-native \
|
||||||
libyaml \
|
libyaml \
|
||||||
fcft \
|
fcft \
|
||||||
|
fmt \
|
||||||
tllist \
|
tllist \
|
||||||
pixman \
|
pixman \
|
||||||
json-c \
|
|
||||||
alsa-lib \
|
alsa-lib \
|
||||||
scdoc-native \
|
scdoc-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
RRECOMMENDS:${PN} += " \
|
RRECOMMENDS:${PN} += "font-awesome-otf"
|
||||||
font-awesome-otf \
|
|
||||||
"
|
|
||||||
|
|
||||||
inherit meson pkgconfig
|
inherit meson pkgconfig
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "1.9.0"
|
PV = "1.10.0"
|
||||||
SRCREV = "1353d635c211bf563c006a35c70c3e4d5db461a4"
|
SRCREV = "9a111a52f5312fe2bd7d9dbd5326d52895a165ee"
|
||||||
|
|
||||||
PACKAGECONFIG[wayland] = "-Dbackend-wayland=enabled,-Dbackend-wayland=disabled,wayland wayland-native wayland-protocols"
|
PACKAGECONFIG[wayland] = "-Dbackend-wayland=enabled,-Dbackend-wayland=disabled,wayland wayland-native wayland-protocols"
|
||||||
PACKAGECONFIG[x11] = "-Dbackend-x11=enabled,-Dbackend-x11=disabled,xcb-util xcb-util-cursor xcb-util-wm libxcb"
|
PACKAGECONFIG[x11] = "-Dbackend-x11=enabled -Dplugin-x11-xkb=enabled,-Dbackend-x11=disabled -Dplugin-x11-xkb=disabled,xcb-util xcb-util-cursor xcb-util-wm libxcb"
|
||||||
PACKAGECONFIG[systemd] = ",,systemd"
|
|
||||||
PACKAGECONFIG[sysvinit] = ",,eudev"
|
|
||||||
PACKAGECONFIG[mpd] = "-Dplugin-mpd=enabled,-Dplugin-mpd=disabled,libmpdclient"
|
PACKAGECONFIG[mpd] = "-Dplugin-mpd=enabled,-Dplugin-mpd=disabled,libmpdclient"
|
||||||
PACKAGECONFIG[shared-plugins] = "-Dcore-plugins-as-shared-libraries=true,-Dcore-plugins-as-shared-libraries=false"
|
PACKAGECONFIG[shared-plugins] = "-Dcore-plugins-as-shared-libraries=true,-Dcore-plugins-as-shared-libraries=false"
|
||||||
|
PACKAGECONFIG[alsa] = "-Dplugin-alsa=enabled,-Dplugin-alsa=disabled,alsa-lib"
|
||||||
|
PACKAGECONFIG[pulseaudio] = "-Dplugin-pulse=enabled,-Dplugin-pulse=disabled,pulseaudio"
|
||||||
|
PACKAGECONFIG[pipewire] = "-Dplugin-pipewire=enabled,-Dplugin-pipewire=disabled,pipewire"
|
||||||
|
PACKAGECONFIG[sway] = "-Dplugin-i3=enabled -Dplugin-sway-xkb=enabled,-Dplugin-i3=disabled -Dplugin-sway-xkb=disabled,json-c"
|
||||||
|
PACKAGECONFIG[cpu] = "-Dplugin-cpu=enabled,-Dplugin-cpu=disabled"
|
||||||
|
PACKAGECONFIG[mem] = "-Dplugin-mem=enabled,-Dplugin-mem=disabled"
|
||||||
|
PACKAGECONFIG[backlight] = "-Dplugin-backlight=enabled,-Dplugin-backlight=disabled,udev"
|
||||||
|
PACKAGECONFIG[clock] = "-Dplugin-clock=enabled,-Dplugin-clock=disabled"
|
||||||
|
PACKAGECONFIG[battery] = "-Dplugin-battery=enabled,-Dplugin-battery=disabled"
|
||||||
|
PACKAGECONFIG[disk-io] = "-Dplugin-disk-io=enabled,-Dplugin-disk-io=disabled"
|
||||||
|
PACKAGECONFIG[network] = "-Dplugin-network=enabled,-Dplugin-network=disabled"
|
||||||
|
PACKAGECONFIG[script] = "-Dplugin-script=enabled,-Dplugin-script=disabled"
|
||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
PACKAGECONFIG ?= " \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11 pulseaudio alsa pipewire', d)} \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
shared-plugins cpu mem disk-io battery clock network script sway \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
CFLAGS += "-Wno-format-truncation"
|
||||||
|
|
||||||
EXTRA_OEMESON += "--buildtype release"
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
|
|
||||||
PACKAGES += "${PN}-zsh-completion"
|
PACKAGES += "${PN}-zsh-completion"
|
||||||
|
Loading…
Reference in New Issue
Block a user