From 8b7d24ade48335062d1cd93e1fd3dd58f5f02ee6 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Wed, 12 Jul 2023 09:52:32 +0800 Subject: Disable DBusGlib when using system libs It's deprecated anyway. --- indra/newview/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 09807980b2..69b17bfa74 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -14,8 +14,8 @@ include(BuildVersion) include(CMakeCopyIfDifferent) if (USE_AUTOBUILD_3P OR USE_CONAN) include(CubemapToEquirectangularJS) -endif () include(DBusGlib) +endif () include(DragDrop) include(EXPAT) include(FMODSTUDIO) -- cgit v1.2.3