How to Install and Uninstall waffle Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "waffle" package

This is a short guide on how to install waffle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install waffle

2. Uninstall "waffle" package

This guide covers the steps necessary to uninstall waffle on openSuSE Tumbleweed:

$ sudo zypper remove waffle

3. Information about the waffle package on openSuSE Tumbleweed

Information for package waffle:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : waffle
Version : 1.8.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 118.8 KiB
Installed : No
Status : not installed
Source package : waffle-1.8.0-1.2.src
Upstream URL : https://people.freedesktop.org/~chadversary/waffle/index.html
Summary : C library defering selection of GL API and window system until runtime
Description :
Waffle is a C library that allows deferring the selection of GL API
and window system until runtime. For example, on Linux, Waffle enables
an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland
with OpenGL ES2, and other window system / API combinations.
Waffle's immediate goal is to enable Piglit, Mesa's OpenGL test suite, to test
multiple GL flavors.