Update config.h.in for headless backend

This commit is contained in:
Gregory John Casamento 2023-08-08 05:44:05 -04:00 committed by Gregory Casamento
parent cbc6e7f66f
commit 5e030e7505

View file

@ -4,12 +4,15 @@
#define SERVER_x11 1
#define SERVER_win32 2
#define SERVER_wayland 3
#define SERVER_xheadless 4
#define GRAPHICS_xdps 0
#define GRAPHICS_art 1
#define GRAPHICS_xlib 2
#define GRAPHICS_winlib 3
#define GRAPHICS_cairo 4
#define GRAPHICS_opal 5
#define GRAPHICS_headlesslib 6
/* Define to type of graphics context to build */
@ -139,9 +142,6 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION