mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
gnome-control-center: upgrade 44.1 -> 44.2
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:
+15
-2
@@ -28,10 +28,10 @@ index dbca723..af0f871 100644
|
|||||||
option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
|
option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
|
||||||
option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions')
|
option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions')
|
||||||
diff --git a/panels/background/meson.build b/panels/background/meson.build
|
diff --git a/panels/background/meson.build b/panels/background/meson.build
|
||||||
index 3634c47..459ccfe 100644
|
index 69af0cfea..6edcaa5ff 100644
|
||||||
--- a/panels/background/meson.build
|
--- a/panels/background/meson.build
|
||||||
+++ b/panels/background/meson.build
|
+++ b/panels/background/meson.build
|
||||||
@@ -25,7 +25,7 @@ common_sources = []
|
@@ -19,7 +19,7 @@ common_sources = []
|
||||||
|
|
||||||
enums = 'gdesktop-enums-types'
|
enums = 'gdesktop-enums-types'
|
||||||
enums_header = files(
|
enums_header = files(
|
||||||
@@ -40,5 +40,18 @@ index 3634c47..459ccfe 100644
|
|||||||
'cc-background-item.h'
|
'cc-background-item.h'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build
|
||||||
|
index 3b6f5e197..30b207882 100644
|
||||||
|
--- a/panels/datetime/meson.build
|
||||||
|
+++ b/panels/datetime/meson.build
|
||||||
|
@@ -45,7 +45,7 @@ sources = files(
|
||||||
|
|
||||||
|
enums = 'gdesktop-enums-types'
|
||||||
|
enums_header = files(
|
||||||
|
- gsettings_desktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h',
|
||||||
|
+ get_option('oe_sysroot') + gsettings_desktop_dep.get_pkgconfig_variable('prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h',
|
||||||
|
'cc-datetime-panel.h'
|
||||||
|
)
|
||||||
|
|
||||||
--
|
--
|
||||||
2.34.1
|
2.34.1
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext upstream-version-is
|
|||||||
REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11"
|
REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11"
|
||||||
|
|
||||||
SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
|
SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
|
||||||
SRC_URI[archive.sha256sum] = "7abd365018e28679def60a5ecd3049db0fb85de6da49a96dadd21fba8db002e7"
|
SRC_URI[archive.sha256sum] = "0623d7d21cfe970d2ef34420623545a5945b9892e641f9a011cecec21afda10c"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
|
PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
|
||||||
PACKAGECONFIG[cups] = ",,cups,cups"
|
PACKAGECONFIG[cups] = ",,cups,cups"
|
||||||
Reference in New Issue
Block a user