From b0e2c6ddae61625c40f8a36e2c2b8ce16b81f3ae Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Wed, 21 Feb 2024 17:12:13 +0800 Subject: Exclude libminigbm.so from being installed as it's not part of the Dullahan package any more. --- indra/newview/ViewerInstall.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake index 93601865f9..e13ea84ef5 100644 --- a/indra/newview/ViewerInstall.cmake +++ b/indra/newview/ViewerInstall.cmake @@ -16,7 +16,6 @@ if (LINUX) endif () install(FILES ${AUTOBUILD_INSTALL_DIR}/lib/release/libcef.so - ${AUTOBUILD_INSTALL_DIR}/lib/release/libminigbm.so DESTINATION ${_LIB}) install(PROGRAMS ${AUTOBUILD_INSTALL_DIR}/bin/release/chrome-sandbox -- cgit v1.2.3