Skip to content

Small utility to print the EGL config / info on wayland

License

Notifications You must be signed in to change notification settings

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