Skip to content

[feature request] Can we disable soname for all package depended by using add_requireconfs #6255

@19317362

Description

@19317362

Is your feature request related to a problem? Please describe.

#6253

│           ├── lib
│           │   ├── libfreetype.so.6 -> libfreetype.so.6.20.2
│           │   ├── libfreetype.so.6.20.2

Describe the solution you'd like

    add_requireconfs("*", {
        configs = {
            shared = true,
            soname = false,  --- use this to change ALL SO like  ibfreetype.so.xxxx to ibfreetype.so
            cxflags = {
                "-mcpu=cortex-a7",
                "-mfloat-abi=softfp",
                "-mfpu=neon-vfpv4"
            }
        }
    })

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions