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

Add egl-headers and opengl-headers packages #3160

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

SirLynix
Copy link
Member

Note that I didn't try to match system packages because it seems complicated.

for example, Debian has libgl-dev which has:

  • GL/gl.h
  • GL/glcorearb.h
  • GL/glext.h
  • KHR/khrplatform.h

but GL/* and KHR headers are on two different repositories.

Maybe we could improve xmake extsources to be able to specify multiple required dependencies:

add_extsources({ "apt::libgl-dev", "apt::libegl-dev" })

meaning "both are required"

@waruqi waruqi merged commit e3f2a5e into xmake-io:dev Jan 24, 2024
55 checks passed
@SirLynix SirLynix deleted the opengl-headers branch January 24, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants