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 linux dependencies #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

JanPoonthong
Copy link

No description provided.

@@ -4,6 +4,10 @@ Meson build system
glmark2 uses the meson build system for the most common build flavors (X11,
Wayland, DRM).

Linux dependencies:

$ sudo apt install meson cmake libjpeg-dev libpng-dev libdrm-dev libgbm-dev libudev-dev libwayland-dev wayland-protocols
Copy link

@mv0 mv0 Apr 14, 2022

Choose a reason for hiding this comment

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

Thing is, these are specific to Debian, and not only that but they seem to target the Wayland back-end.

Rather than specifying that, maybe a better approach would be to just list the package names required for various back-ends -- platforms? Even so, on Arch probably those are named differently, and probably on Fedora as well, but I guess it won't hurt having these here.

As glmark2 is in Debian you might want to cherry-pick the package dependencies, from each platform.

  • X11 depends X, Y, Z
  • DRM depends on ...
  • Wayland depends on ...

LE: Project uses gitlab ci and does install these packages for ubuntu so that might be also on option to complete this.

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.

None yet

2 participants