diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-03-18 21:44:11 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-18 15:35:33 -0700 |
commit | 68710f24671a1485aca983367e6b692cc9ec1208 (patch) | |
tree | f15dabbbef0abf7cf730532845f042cbdcb22990 /meta-gnome | |
parent | dcc32fb1c420abe178385a708b8b6d3c5c80fd90 (diff) | |
download | meta-openembedded-68710f24671a1485aca983367e6b692cc9ec1208.tar.gz |
gnome-control-center: replace network-manager-applet by libnma in DEPENDS
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb index c4ba833a1..253322063 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb | |||
@@ -20,7 +20,7 @@ DEPENDS = " \ | |||
20 | gnome-settings-daemon \ | 20 | gnome-settings-daemon \ |
21 | gnome-desktop3 \ | 21 | gnome-desktop3 \ |
22 | gnome-online-accounts \ | 22 | gnome-online-accounts \ |
23 | network-manager-applet \ | 23 | libnma \ |
24 | gnome-bluetooth \ | 24 | gnome-bluetooth \ |
25 | grilo \ | 25 | grilo \ |
26 | libgtop \ | 26 | libgtop \ |