From 510dcb439db6cc2ea4b3aabd3d2516d72ee27955 Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Sun, 27 Sep 2020 17:30:52 -0400
Subject: [PATCH 11/12] look for x-terminal-emulator

---
 grc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grc/CMakeLists.txt b/grc/CMakeLists.txt
index ba69764f8..e10627550 100644
--- a/grc/CMakeLists.txt
+++ b/grc/CMakeLists.txt
@@ -111,7 +111,7 @@ endif(CMAKE_INSTALL_PREFIX STREQUAL "/usr")
 
 if(UNIX)
     find_program(GRC_XTERM_EXE
-        NAMES xterminal-emulator gnome-terminal konsole xterm
+        NAMES x-terminal-emulator gnome-terminal konsole xterm
         HINTS ENV PATH
         DOC "graphical terminal emulator used in GRC's no-gui-mode"
     )
-- 
2.20.1

