diff options
-rw-r--r-- | meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb (renamed from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.1.bb) | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.1.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb index 86ac20edbc..b72d44f799 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.1.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb | |||
@@ -6,9 +6,20 @@ DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbu | |||
6 | 6 | ||
7 | inherit xfce update-alternatives | 7 | inherit xfce update-alternatives |
8 | 8 | ||
9 | SRC_URI[md5sum] = "10de50c79ed944cbb9c87741062c2a76" | 9 | SRC_URI = " \ |
10 | SRC_URI[sha256sum] = "380c44fba6eb779e34be0fe94f3726cfa131803014d6073c45aec8a1257fa740" | 10 | git://git.xfce.org/xfce/xfwm4;protocol=git \ |
11 | SRC_URI += "file://0001-don-t-block-display-events-when-time-is-set-backward.patch" | 11 | file://0001-don-t-block-display-events-when-time-is-set-backward.patch \ |
12 | " | ||
13 | |||
14 | SRCREV = "bce3062d0879ab8504c446f99ad57c9fd76c5097" | ||
15 | S = "${WORKDIR}/git" | ||
16 | PV = "4.10.1+git${SRCPV}" | ||
17 | |||
18 | EXTRA_OECONF += "--enable-maintainer-mode" | ||
19 | |||
20 | do_configure_prepend() { | ||
21 | NOCONFIGURE=yes ./autogen.sh | ||
22 | } | ||
12 | 23 | ||
13 | python populate_packages_prepend () { | 24 | python populate_packages_prepend () { |
14 | themedir = d.expand('${datadir}/themes') | 25 | themedir = d.expand('${datadir}/themes') |