From ee97284381a1a834720ee1a27dee32e92df6c45e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 1 Apr 2014 11:02:18 +0200 Subject: xfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../closebutton/xfce4-closebutton-plugin_git.bb | 6 +----- 1 file changed, 1 insertion(+), 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 e095899fa7..f96009eee3 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" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f" -inherit xfce-panel-plugin gtk-icon-cache perlnative +inherit xfce-panel-plugin xfce-git gtk-icon-cache perlnative DEPENDS += "exo-native libwnck xfconf" @@ -15,8 +15,4 @@ S = "${WORKDIR}/git" EXTRA_OECONF += "--enable-maintainer-mode" -do_configure_prepend() { - NOCONFIGURE=yes ./autogen.sh -} - FILES_${PN} += "${datadir}/xfce4/closebutton/themes" -- cgit v1.2.3-54-g00ecf