[oe-commits] [meta-openembedded] 16/27: enable_gnome.conf: Move the AVAHI_GTK setting

git at git.openembedded.org git at git.openembedded.org
Thu Sep 7 09:18:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit b056fbc5b83c8538f18c3564d0ac720ded9f4e6e
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Tue Sep 5 17:31:05 2017 -0500

    enable_gnome.conf: Move the AVAHI_GTK setting
    
    This is a distribution wide setting, so just including the layer should not
    affect other layers.
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
---
 meta-gnome/README                 | 5 +++++
 meta-gnome/conf/enable_gnome.conf | 1 +
 meta-gnome/conf/layer.conf        | 2 --
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/README b/meta-gnome/README
index 0c4fbd2..14cf415 100644
--- a/meta-gnome/README
+++ b/meta-gnome/README
@@ -1,3 +1,8 @@
+To enable gnome, you need to add the following to your system:
+
+require conf/enable_gnome.conf
+
+
 This layer depends on:
 
 URI: git://github.com/openembedded/oe-core.git
diff --git a/meta-gnome/conf/enable_gnome.conf b/meta-gnome/conf/enable_gnome.conf
new file mode 100644
index 0000000..883a6f5
--- /dev/null
+++ b/meta-gnome/conf/enable_gnome.conf
@@ -0,0 +1 @@
+AVAHI_GTK_pn-avahi-ui = "gtk gtk3"
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf
index fce5627..58e12a9 100644
--- a/meta-gnome/conf/layer.conf
+++ b/meta-gnome/conf/layer.conf
@@ -13,5 +13,3 @@ BBFILE_PRIORITY_gnome-layer = "7"
 LAYERVERSION_gnome-layer = "1"
 
 LAYERDEPENDS_gnome-layer = "core openembedded-layer"
-
-AVAHI_GTK_pn-avahi-ui = "gtk gtk3"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list