sync code with last improvements from OpenBSD

This commit is contained in:
purplerain 2023-08-28 05:57:34 +00:00
commit 88965415ff
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
26235 changed files with 29195616 additions and 0 deletions

31
lib/libepoxy/config.h Normal file
View file

@ -0,0 +1,31 @@
/*
* Autogenerated by the Meson build system.
* Do not edit, your changes will be lost.
*/
#pragma once
#define ENABLE_EGL 1
#define ENABLE_GLX 1
#define ENABLE_X11 1
#define EPOXY_PUBLIC __attribute__((visibility("default"))) extern
#define HAVE_KHRPLATFORM_H
#define PACKAGE_DATADIR "/usr/X11R6/share"
#define PACKAGE_LIBDIR "/usr/X11R6/lib"
#define PACKAGE_LIBEXECDIR "/usr/X11R6/libexec"
#define PACKAGE_LOCALEDIR "/usr/X11R6/share/locale"
#define PACKAGE_NAME "libepoxy"
#define PACKAGE_STRING "libepoxy-1.5.4"
#define PACKAGE_VERSION "1.5.4"