mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
config: Avoid clash with other config-headers
This commit is contained in:
parent
a0d2a6b445
commit
ff13849624
18 changed files with 19 additions and 16 deletions
1
include/wlr/meson.build
Normal file
1
include/wlr/meson.build
Normal file
|
|
@ -0,0 +1 @@
|
|||
configure_file(output: 'config.h', install_dir: 'include/wlr', configuration: conf_data)
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <time.h>
|
||||
#include <stdbool.h>
|
||||
#include "config.h"
|
||||
#include <wlr/config.h>
|
||||
#include <wlr/types/wlr_compositor.h>
|
||||
#include <wlr/types/wlr_seat.h>
|
||||
#include <xcb/xcb.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue