mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gnome-remote-desktop: update 45.1 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cf5612a053
commit
f47a518443
|
|
@ -8,7 +8,7 @@ inherit gnomebase gettext gsettings features_check
|
|||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "dcd9c18ac2306695631fcf00a88645c38e370eba05c69df39f540204d4eafd8d"
|
||||
SRC_URI[archive.sha256sum] = "e75ce17c12a6d39254dc309c31514e5ef15763f136612d641c5f6f4445e00ac4"
|
||||
|
||||
DEPENDS = " \
|
||||
asciidoc-native \
|
||||
|
|
@ -18,23 +18,23 @@ DEPENDS = " \
|
|||
cairo \
|
||||
glib-2.0 \
|
||||
pipewire \
|
||||
polkit \
|
||||
libnotify \
|
||||
libopus \
|
||||
libsecret \
|
||||
nv-codec-headers \
|
||||
tpm2-tss \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
vnc \
|
||||
rdp \
|
||||
${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'fdk_aac', '', d)} \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,pipewire-native wireplumber-native dbus-native"
|
||||
PACKAGECONFIG[vnc] = "-Dvnc=true,-Dvnc=false,libvncserver"
|
||||
PACKAGECONFIG[rdp] = "-Drdp=true,-Drdp=false,freerdp fuse3 libxkbcommon"
|
||||
PACKAGECONFIG[fdk_aac] = "-Dfdk_aac=true,-Dfdk_aac=false,fdk-aac"
|
||||
PACKAGECONFIG[rdp] = "-Drdp=true,-Drdp=false,freerdp3 fuse3 libxkbcommon"
|
||||
PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd"
|
||||
|
||||
FILES:${PN} += "${systemd_user_unitdir}"
|
||||
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
|
||||
FILES:${PN} += "${systemd_user_unitdir} ${systemd_system_unitdir} ${datadir} ${libdir}/sysusers.d ${libdir}/tmpfiles.d"
|
||||
Loading…
Reference in New Issue
Block a user