8000 GitHub - clopez/waylandeglinfo: Small utility to print the EGL config / info on wayland
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

clopez/waylandeglinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waylandeglinfo

Small utility to print the EGL config / info on wayland

Building

  • To build you can simply run something like:
gcc $(pkg-config --cflags --libs wayland-client egl glesv2 wayland-egl wayland-server) waylandes2info.c -o waylandes2info
  • Or you can use the provided CMake build system.
mkdir build
cd build
cmake ..
make && make install

About

Small utility to print the EGL config / info on wayland

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0