1From ec0e52b49c9b6869413c9544c2ed44710ab91141 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sat, 14 Apr 2018 16:15:59 +0800
4Subject: [PATCH] drop zenity detection
5
6OE does not support zenity
7
8Upstream-Status: inappropriate [OE specific]
9
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11---
12 configure.ac | 5 -----
13 1 file changed, 5 deletions(-)
14
15diff --git a/configure.ac b/configure.ac
16index 528b7d2..8932ae6 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -337,11 +337,6 @@ fi
20
21 AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes")
22
23-AC_PATH_PROG(ZENITY, zenity, no)
24-if test x"$ZENITY" = xno; then
25-  AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
26-fi
27-
28 AC_SEARCH_LIBS([dlsym], [dl], [], [
29   AC_MSG_ERROR([unable to find the dlsym() function])
30 ])
31--
322.31.1
33
34