From 0a6a47a09989f7f526d767a6dd1afb8513d12974 Mon Sep 17 00:00:00 2001 From: Router Gray Date: Sat, 29 Feb 2020 18:49:39 -0600 Subject: [PATCH] [Linux] Use system X11. --- indra/cmake/UI.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/cmake/UI.cmake b/indra/cmake/UI.cmake index 29ec5d7a1..efdf80b3c 100644 --- a/indra/cmake/UI.cmake +++ b/indra/cmake/UI.cmake @@ -1,10 +1,8 @@ # -*- cmake -*- -include(Prebuilt) include(FreeType) if (LINUX) include(FindPkgConfig) - include(FindX11) set(PKGCONFIG_PACKAGES atk @@ -21,6 +19,7 @@ if (LINUX) pangox pangoxft sdl + x11 ) foreach(pkg ${PKGCONFIG_PACKAGES})