xwayland: use internal_config

Avoids the need to have a separate config.h, and removes C compiler
arguments.
This commit is contained in:
Simon Ser 2022-11-25 18:05:17 +01:00 committed by Alexander Orzechowski
parent 6c897756b6
commit 4da9b32a15
4 changed files with 28 additions and 37 deletions

View file

@ -15,8 +15,8 @@
#include <wayland-server-core.h>
#include <wlr/util/log.h>
#include <wlr/xwayland.h>
#include "config.h"
#include "sockets.h"
#include "xwayland/config.h"
static void safe_close(int fd) {
if (fd >= 0) {