diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-11-11 14:29:41 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-19 13:36:24 -0800 |
commit | 74a6fdaea9e2cd9a637bb8a2f556c1d41842759b (patch) | |
tree | f0470b75aca787b570628a53f579b7283ae91f5b /meta-xfce | |
parent | 514c7796251993986a234e1ff1b075c7ec1000c9 (diff) | |
download | meta-openembedded-74a6fdaea9e2cd9a637bb8a2f556c1d41842759b.tar.gz |
xfce4-settings: update to 4.12.1
As before: Sources in my git-repo base on relase commit and put ontop:
* Option to hide mouse pointer for certain devices (touchscreens)
* Datetime / Timezone setter
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb index 771da2c66..b98d8a799 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | |||
@@ -13,12 +13,12 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
13 | # + minor bugfixes - sent mainline but no response | 13 | # + minor bugfixes - sent mainline but no response |
14 | # + option to hide mousepointer for a specific (touch) input device - sent mainline but no response | 14 | # + option to hide mousepointer for a specific (touch) input device - sent mainline but no response |
15 | SRC_URI = " \ | 15 | SRC_URI = " \ |
16 | git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.0-1 \ | 16 | git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.1 \ |
17 | file://0001-xsettings.xml-Set-default-themes.patch \ | 17 | file://0001-xsettings.xml-Set-default-themes.patch \ |
18 | " | 18 | " |
19 | SRCREV = "c6683cb2cff489c16c2c7b5eab4017bb461f07f1" | 19 | SRCREV = "0766cf81daa9d41d0d0fed2fb73a8a26709a3bca" |
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | PV = "4.12.0+git${SRCPV}" | 21 | PV = "4.12.1+git${SRCPV}" |
22 | 22 | ||
23 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | 23 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" |
24 | 24 | ||