Skip to content
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

[Windows] Simplify iniparser import #2883

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gkisalapl
Copy link

Use most standard meson way to import cmake iniparser library This way of importing will work regardless of operating system

Self-evaluation:

  1. Build test: [X]Passed [ ]Failed [ ]Skipped
  2. Run test: [X]Passed [ ]Failed [ ]Skipped

Use most standrard meson way to import cmake iniparser library
This way of importing wil work regardless of operating system

**Self-evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test:   [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Grzegorz Kisala <[email protected]>
Signed-off-by: Grzegorz Kisala <[email protected]>
Copy link
Member

@DonghakPark DonghakPark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please write more message on Commit body

Fix android build and cleanup

Copy link
Member

@myungjoo myungjoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are breaking non Windows build here. (there are distros not allowing external repos)

In most Linux distros, you are supposed to build with the packages available inside the distro, not from external repositories. For embedded deviecs, the principle is the same; you share the same library (iniparse in this case) with all the other packages in the system.

You may conditionally import the wrap-git if iniparser is not found by pkg-config (dependnecy('iniparser', ...))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants