[Xfce4-commits] [xfce/thunar] 01/01: Fix TPA plugin build detection (Bug #13952)
noreply at xfce.org
noreply at xfce.org
Sun Oct 29 03:30:35 CET 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit 8dedd2f8197c8cd14b5b8bfae7510e34f68abc0d
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Oct 28 23:30:21 2017 -0300
Fix TPA plugin build detection (Bug #13952)
---
acinclude.m4 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
index 6695a5f..718e620 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -57,8 +57,7 @@ AC_ARG_ENABLE([tpa-plugin], AC_HELP_STRING([--disable-tpa-plugin], [Don't build
if test x"$ac_bm_thunar_plugin_tpa" = x"yes"; then
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.9.0],
[
- dnl # Can only build thunar-tpa if D-BUS was found previously
- ac_bm_thunar_plugin_tpa=$DBUS_FOUND
+ ac_bm_thunar_plugin_tpa=yes
],
[
dnl # Cannot build thunar-tpa if xfce4-panel is not installed
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list