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

Is "libx11 and OpenGL" a must on linux to capture/replay L0 workloads? #3

Open
guoyejun opened this issue Oct 8, 2024 · 1 comment

Comments

@guoyejun
Copy link

guoyejun commented Oct 8, 2024

Hi,

I have workloads based on L0 APIs in Linux, and I'm trying gits to capture and replay it.

https://github.com/intel/gits/blob/main/BUILDING.md says that libx11 and OpenGL are needed on linux platform (also copy below), actually my workload has nothing to do with X11 or OpenGL, can I build gits w/o dependency on libx11/OpenGL? thanks.

On Linux you will also need:

wget
libx11 development headers (libx11-dev on Ubuntu)
libx11-xcb development headers (libx11-xcb-dev on Ubuntu)
libwayland development headers (libwayland-dev on Ubuntu)
OpenGL development headers (libgl-dev on Ubuntu)
@kszornak
Copy link
Contributor

Hi,
For now it is impossible.

We'll scope out the work to separate this modules.

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

No branches or pull requests

2 participants