summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/closebutton
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2014-04-01 11:02:18 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 10:40:27 +0200
commitee97284381a1a834720ee1a27dee32e92df6c45e (patch)
tree8337d6d067a2039a7a17cfba70ba3e53f30c07c5 /meta-xfce/recipes-panel-plugins/closebutton
parent7b54063152bf887c4eec620de6c46e3de3631cd2 (diff)
downloadmeta-openembedded-ee97284381a1a834720ee1a27dee32e92df6c45e.tar.gz
xfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/closebutton')
-rw-r--r--meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
index e095899fa..f96009eee 100644
--- a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
+++ b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
@@ -3,7 +3,7 @@ SECTION = "x11"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f"
5 5
6inherit xfce-panel-plugin gtk-icon-cache perlnative 6inherit xfce-panel-plugin xfce-git gtk-icon-cache perlnative
7 7
8DEPENDS += "exo-native libwnck xfconf" 8DEPENDS += "exo-native libwnck xfconf"
9 9
@@ -15,8 +15,4 @@ S = "${WORKDIR}/git"
15 15
16EXTRA_OECONF += "--enable-maintainer-mode" 16EXTRA_OECONF += "--enable-maintainer-mode"
17 17
18do_configure_prepend() {
19 NOCONFIGURE=yes ./autogen.sh
20}
21
22FILES_${PN} += "${datadir}/xfce4/closebutton/themes" 18FILES_${PN} += "${datadir}/xfce4/closebutton/themes"