blob: 6bebaaba8f036a35d121f94d8df87fe78989e002 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From 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
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06008Upstream-Status: Inappropriate [OE specific]
Brad Bishop316dfdd2018-06-25 12:45:53 -04009
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
Andrew Geissler595f6302022-01-24 19:11:47 +000016index 528b7d2..8932ae6 100644
Brad Bishop316dfdd2018-06-25 12:45:53 -040017--- a/configure.ac
18+++ b/configure.ac
Andrew Geissler595f6302022-01-24 19:11:47 +000019@@ -337,11 +337,6 @@ fi
Brad Bishop316dfdd2018-06-25 12:45:53 -040020
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-
Andrew Geissler595f6302022-01-24 19:11:47 +000028 AC_SEARCH_LIBS([dlsym], [dl], [], [
29 AC_MSG_ERROR([unable to find the dlsym() function])
30 ])
Brad Bishop316dfdd2018-06-25 12:45:53 -040031--
Andrew Geissler595f6302022-01-24 19:11:47 +0000322.31.1
Brad Bishop316dfdd2018-06-25 12:45:53 -040033