summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* dconf 0.18.0 -> 0.28.0Hongxu Jia2018-08-021-36/+0
| | | | | | | | | - Remove dconf-editor - Use meson to replace autotools Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dconf: make gtk+3 dependency optionalAndy Kling2017-02-131-3/+8
| | | | | | | | | | | | | | dconf requires gtk+3 only for dconf-editor and is useful even on systems without gui. add PACKAGECONFIG for editor, enable it by default if x11 is present in DISTRO_FEATURES add x11 to REQUIRED_DISTRO_FEATURES only if editor is enabled Note: editor will be dropped from dconf in version 0.23.1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: fix bash completion in wrong packageAndy Kling2017-02-131-1/+1
| | | | | | | bash completion is used by dconf itself not by editor. move file to main package. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: depends on dbusAndy Kling2017-02-131-1/+1
| | | | | | | | | | | configure of dconf requires dbus | checking for dbus... no | configure: error: Package requirements (dbus-1) were not met: | | No package 'dbus-1' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | dconf depends on gtk+3 which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-221-5/+5
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: add intltool-native dependencyMartin Jansa2016-08-151-1/+1
| | | | | | | | * fixes: | ../dconf-0.18.0/configure: line 6430: syntax error near unexpected token `0.50.0' | ../dconf-0.18.0/configure: line 6430: `IT_PROG_INTLTOOL(0.50.0)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: add dependency on libxml2Martin Jansa2014-08-111-1/+1
| | | | | | | * fixes floating dependency: dconf-0.18.0: dconf-editor rdepends on libxml2, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: update to 0.18.0Andreas Müller2014-01-221-0/+29
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>