Use shared-library sonames for runtime dlopen paths.
Installed plugin libs ship libFoo.so.N without the linker namelink (libFoo.so); load by soname so snaps and NAMELINK_SKIP installs work. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
# -p stimBuffApis/xcbWindow/ \
|
||||
# -p stimBuffApis/livoxGen1/ \
|
||||
# -p comparatorLibs/core/ \
|
||||
# -a liblcameraBuff.so \
|
||||
# -a libxcbWindow.so \
|
||||
# -a liblivoxGen1.so \
|
||||
# -c libcomparatorCore.so \
|
||||
# -a liblcameraBuff.so.0 \
|
||||
# -a libxcbWindow.so.0 \
|
||||
# -a liblivoxGen1.so.0 \
|
||||
# -c libcoreComp.so.0 \
|
||||
# -d devices/bodies/dell-laptop.daps
|
||||
|
||||
DELL_LAPTOP_SALMANOFF_ARGS=(
|
||||
@@ -30,9 +30,9 @@ DELL_LAPTOP_SALMANOFF_ARGS=(
|
||||
-p stimBuffApis/xcbWindow/
|
||||
-p stimBuffApis/livoxGen1/
|
||||
-p comparatorLibs/core/
|
||||
-a liblcameraBuff.so
|
||||
-a libxcbWindow.so
|
||||
-a liblivoxGen1.so
|
||||
-c libcomparatorCore.so
|
||||
-a liblcameraBuff.so.0
|
||||
-a libxcbWindow.so.0
|
||||
-a liblivoxGen1.so.0
|
||||
-c libcoreComp.so.0
|
||||
-d devices/bodies/dell-laptop.daps
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user