xenocara/lib/libepoxy/config.h

32 lines
565 B
C
Raw Normal View History

2020-01-26 06:45:49 -07:00
/*
* Autogenerated by the Meson build system.
* Do not edit, your changes will be lost.
*/
2015-08-19 20:49:44 -06:00
2020-01-26 06:45:49 -07:00
#pragma once
2015-08-19 20:49:44 -06:00
2018-05-25 00:24:59 -06:00
#define ENABLE_EGL 1
#define ENABLE_GLX 1
2020-01-26 06:45:49 -07:00
#define ENABLE_X11 1
2015-08-19 20:49:44 -06:00
2020-01-26 06:45:49 -07:00
#define EPOXY_PUBLIC __attribute__((visibility("default"))) extern
2015-08-19 20:49:44 -06:00
2020-01-26 06:45:49 -07:00
#define HAVE_KHRPLATFORM_H
2015-08-19 20:49:44 -06:00
2020-01-26 06:45:49 -07:00
#define PACKAGE_DATADIR "/usr/X11R6/share"
2015-08-19 20:49:44 -06:00
2020-01-26 06:45:49 -07:00
#define PACKAGE_LIBDIR "/usr/X11R6/lib"
2015-08-19 20:49:44 -06:00
2020-01-26 06:45:49 -07:00
#define PACKAGE_LIBEXECDIR "/usr/X11R6/libexec"
2015-08-19 20:49:44 -06:00
2020-01-26 06:45:49 -07:00
#define PACKAGE_LOCALEDIR "/usr/X11R6/share/locale"
2015-08-19 20:49:44 -06:00
2018-05-25 00:24:59 -06:00
#define PACKAGE_NAME "libepoxy"
2015-08-19 20:49:44 -06:00
2020-01-26 06:45:49 -07:00
#define PACKAGE_STRING "libepoxy-1.5.4"
2015-08-19 20:49:44 -06:00
2020-01-26 06:45:49 -07:00
#define PACKAGE_VERSION "1.5.4"
2018-05-25 00:24:59 -06:00