mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
I kinda hate to do this, it was nice to have everything in one place.
However, the meson build wants to be able to wrap this module as a
dependency, and code that depends on these headers includes them in the
form:
#include <X11/Xfuncproto.h>
As a result, any include path meson can construct needs to point to the
root of a hierarchy that has the same path layout as an installed copy,
hence this change.
Signed-off-by: Adam Jackson <ajax@redhat.com>
3 lines
174 B
C
3 lines
174 B
C
#warning "xf86dristr.h is obsolete and may be removed in the future."
|
|
#warning "include <X11/dri/xf86driproto.h> for the protocol defines."
|
|
#include <X11/dri/xf86driproto.h>
|