diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-07-12 09:52:32 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-07-19 10:52:51 +0800 |
commit | 8b7d24ade48335062d1cd93e1fd3dd58f5f02ee6 (patch) | |
tree | 24f08bb0e5a4ca8c58038c3ac984582f74e174fc | |
parent | fed4d2186c2938b025394764ad59b38dc3cc01b9 (diff) |
Disable DBusGlib when using system libs
It's deprecated anyway.
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |