From b1b626c1650309bb5e1c9ed67681d7f0dc268d46 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Mar 2017 15:14:12 -0700 Subject: xfce4-closebutton-plugin: Fix build with clang Signed-off-by: Khem Raj --- .../recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb') 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 341107fa10..746b1222a0 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 @@ -9,7 +9,9 @@ DEPENDS += "exo-native libwnck xfconf" PV = "0.1.0+gitr${SRCPV}" -SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master" +SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master \ + file://0001-Use-g_return_val_if_fail-in-functions-expecting-a-re.patch \ + " SRCREV = "bd76154afe26ba8a5251a1887d88f9d855301850" S = "${WORKDIR}/git" -- cgit 1.2.3-korg