diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-04-01 10:59:09 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:40:27 +0200 |
commit | 0f348ea9baf42f41f208607e3eebd50ae8f1d71d (patch) | |
tree | b7f155d327006f596fbb2eed097d532a86440ea1 /meta-xfce | |
parent | 2699b34e64ba55de72ec972d5f8e5682c0ba877a (diff) | |
download | meta-openembedded-0f348ea9baf42f41f208607e3eebd50ae8f1d71d.tar.gz |
xfwm4: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb index 4799460d9..f8cd4b24f 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" |
5 | DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification exo-native" | 5 | DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification exo-native" |
6 | 6 | ||
7 | inherit xfce update-alternatives | 7 | inherit xfce xfce-git update-alternatives |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | git://git.xfce.org/xfce/xfwm4;protocol=git \ | 10 | git://git.xfce.org/xfce/xfwm4;protocol=git \ |
@@ -17,10 +17,6 @@ PV = "4.10.1+git${SRCPV}" | |||
17 | 17 | ||
18 | EXTRA_OECONF += "--enable-maintainer-mode" | 18 | EXTRA_OECONF += "--enable-maintainer-mode" |
19 | 19 | ||
20 | do_configure_prepend() { | ||
21 | NOCONFIGURE=yes ./autogen.sh | ||
22 | } | ||
23 | |||
24 | python populate_packages_prepend () { | 20 | python populate_packages_prepend () { |
25 | themedir = d.expand('${datadir}/themes') | 21 | themedir = d.expand('${datadir}/themes') |
26 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) | 22 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) |