-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[libmypaint ,mypaint-brushes] new ports #43601
base: master
Are you sure you want to change the base?
Conversation
d5a733d
to
03d80e8
Compare
Is it ok to ask to install intltool on linux and osx machines? |
There is (host) gettext[tools] for gettext-libintl if you ask for NLS stuff. |
I added in json file:
I added in portfile.cmake:
but it looking for other binaries / scrips:
|
How I add pkg-config executable to meson? |
Looks like |
This msg is from other PR. we can discuss there.
What are you suggesting to do? |
Do you want or need NLS support. If no, try if disabling it helps. If yes, get intltool. |
cd094b4
to
89a07c7
Compare
Let try without NLS. I found an option to disable it. Thank you. |
3779f66
to
7761e4e
Compare
7761e4e
to
aa00e31
Compare
aa00e31
to
41542ed
Compare
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.