config.h 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * Autogenerated by the Meson build system.
  3. * Do not edit, your changes will be lost.
  4. */
  5. #pragma once
  6. #define BUILD_FBDEV_COMPOSITOR 1
  7. #define BUILD_HEADLESS_COMPOSITOR 1
  8. #define BUILD_WAYLAND_COMPOSITOR 1
  9. #define BUILD_X11_COMPOSITOR 1
  10. #define ENABLE_EGL 1
  11. #define ENABLE_JUNIT_XML 1
  12. #define HAVE_INITGROUPS 1
  13. #define HAVE_LIBDRM_INTEL 1
  14. #define HAVE_LINUX_SYNC_FILE_H 1
  15. #define HAVE_MKOSTEMP 1
  16. #define HAVE_PANGO 1
  17. #define HAVE_POSIX_FALLOCATE 1
  18. #define HAVE_STRCHRNUL 1
  19. #define HAVE_XCB_XKB 1
  20. #define HAVE_XKBCOMMON_COMPOSE 1
  21. #define MAJOR_IN_SYSMACROS 1
  22. #define PACKAGE_BUGREPORT \
  23. "https://gitlab.freedesktop.org/wayland/weston/issues/"
  24. #define PACKAGE_STRING "weston 6.0.91"
  25. #define PACKAGE_URL "https://wayland.freedesktop.org"
  26. #define PACKAGE_VERSION "6.0.91"
  27. #define USE_RESIZE_POOL 1
  28. #define VERSION "6.0.91"
  29. #define WESTON_NATIVE_BACKEND "wayland-backend.so"
  30. #define WESTON_SHELL_CLIENT "weston-desktop-shell"
  31. #define _ALL_SOURCE 1
  32. #define _GNU_SOURCE 1
  33. __attribute__((visibility("default"))) int main(int argc, char* argv[]);