-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise nanosvg and wxwidgets ports #1
Conversation
The final |
ports/wxwidgets/vcpkg.json
Outdated
"features": { | ||
"example": { | ||
"description": "Example source code and CMake project" | ||
}, | ||
"sound": { | ||
"description": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, forgot to add the description...
4ee0ac0
to
73293c8
Compare
Yes, it is correct and required for Config Mode Search Procedure: The directory name must match the CMake package name, case-insensitive. You will find more of it, e.g. |
* [openlap] Add new port Merge pull request #1 from dg0yt/openldap Signed-off-by: Gordon Smith <[email protected]> * [openlap] Add new port m4.patch is needed when libtool < 2.4.6 m4.patch will only work with autoconf < 2.70 Signed-off-by: Gordon Smith <[email protected]> * wip: Make cyrus-sasl optional Signed-off-by: Gordon Smith <[email protected]>
nanosvg
Trims the build.
Changes the installation layout for the cmake config so that it is found with package name
unofficial-nanosvg
, corresponding with a full prefix ofunofficial::nanosvg::
.wxwidgets
Makes the usage of the external
unofficial-nanosvg
strictly mandatory.Adds an opt-out "sound" feature and its sdl2 dependency for linux.