diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-02-21 17:12:13 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-02-21 17:12:13 +0800 |
commit | b0e2c6ddae61625c40f8a36e2c2b8ce16b81f3ae (patch) | |
tree | d0ecabca51a0e4702db7f1ffe2b48e619e8ab3be /indra | |
parent | aaa8cb5a37a720ff67792d0a31fec793b03b3742 (diff) |
Exclude libminigbm.so from being installed
as it's not part of the Dullahan package any more.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/ViewerInstall.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
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 |