mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-29 20:26:45 +02:00
Compare commits
2 Commits
974a9f1787
...
70e52419eb
Author | SHA1 | Date | |
---|---|---|---|
|
70e52419eb | ||
|
dc95c5c400 |
@ -16,7 +16,7 @@ SRC_URI = " \
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.9.24"
|
||||
SRCREV = "6e12f8122347ae279ae0fa1923acd6b908fa769c"
|
||||
SRCREV = "26af1066e17758c3c732d545339fb375efdaa473"
|
||||
|
||||
DEPENDS += " \
|
||||
date \
|
||||
@ -27,6 +27,7 @@ DEPENDS += " \
|
||||
libsigc++-3 \
|
||||
libxkbcommon \
|
||||
gtk+3 \
|
||||
gtk-layer-shell \
|
||||
gobject-introspection \
|
||||
spdlog \
|
||||
wayland \
|
||||
@ -40,8 +41,7 @@ PACKAGECONFIG[libcxx] = "-Dlibcxx=true,-Dlibcxx=false,libcxx clang-tidy"
|
||||
PACKAGECONFIG[dbusmenu-gtk] = "-Ddbusmenu-gtk=enabled,-Ddbusmenu-gtk=disabled,libdbusmenu-gtk"
|
||||
PACKAGECONFIG[evdev] = "-Dlibevdev=enabled,-Dlibevdev=disabled,libevdev"
|
||||
PACKAGECONFIG[experimental] = "-Dexperimental=true,-Dexperimental=false"
|
||||
PACKAGECONFIG[gtk-layer-shell] = "-Dgtk-layer-shell=enabled,-Dgtk-layer-shell=disabled,gtk-layer-shell"
|
||||
PACKAGECONFIG[jack] = "-Djack=enabled,-Djack=disabled,pipewire"
|
||||
PACKAGECONFIG[jack] = "-Djack=enabled,-Djack=disabled,jack"
|
||||
PACKAGECONFIG[libinput] = "-Dlibinput=enabled,-Dlibinput=disabled,libinput"
|
||||
PACKAGECONFIG[logind] = "-Dlogind=enabled,-Dlogind=disabled,systemd"
|
||||
PACKAGECONFIG[man_pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||
@ -49,6 +49,7 @@ PACKAGECONFIG[mpd] = "-Dmpd=enabled,-Dmpd=disabled,libmpdclient"
|
||||
PACKAGECONFIG[mpris] = "-Dmpris=enabled,-Dmpris=disabled,playerctl"
|
||||
PACKAGECONFIG[network] = "-Dlibnl=enabled,-Dlibnl=disabled,libnl"
|
||||
PACKAGECONFIG[pulseaudio] = "-Dpulseaudio=enabled,-Dpulseaudio=disabled,pulseaudio"
|
||||
PACKAGECONFIG[pipewire] = "-Dpipewire=enabled,-Dpipewire=disabled,pipewire"
|
||||
PACKAGECONFIG[rfkill] = "-Drfkill=enabled,-Drfkill=disabled"
|
||||
PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd"
|
||||
PACKAGECONFIG[tests] = "-Dtests=enabled,-Dtests=disabled,catch2"
|
||||
@ -59,9 +60,8 @@ PACKAGECONFIG[wireplumber] = "-Dwireplumber=enabled,-Dwireplumber=disabled,wirep
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd logind udev', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'wireplumber', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'pipewire wireplumber', '', d)} \
|
||||
evdev \
|
||||
gtk-layer-shell \
|
||||
libinput \
|
||||
mpris \
|
||||
network \
|
||||
|
@ -2,9 +2,9 @@
|
||||
SUMMARY = "wlroots based Phone compositor as used on the Librem5."
|
||||
HOMEPAGE = "https://gitlab.gnome.org/World/Phosh/phoc"
|
||||
SECTION = "graphics"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-or-later.txt;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
@ -23,8 +23,6 @@ DEPENDS += " \
|
||||
wlroots-0.17 \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "mutter"
|
||||
|
||||
SRC_URI = " \
|
||||
git://gitlab.gnome.org/World/Phosh/phoc.git;protocol=https;nobranch=1 \
|
||||
file://0001-meson.build-dont-build-subprojects.patch \
|
||||
|
Loading…
x
Reference in New Issue
Block a user