diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-07-28 15:55:12 +0200 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2014-07-30 17:26:36 +0900 |
commit | 9b54caf6509a9c02dd17c9c43d6be8f7ddc98054 (patch) | |
tree | f1346816478640c6b2a77e6a7eff1ed2519fc54d /src/radeon_glamor.c | |
parent | c4ae0e2cbcc0e2ebf9f13ee92d59b5120254a1dc (diff) |
configure: Include xorg-server.h before
glamor.h
glamor.h cannot be included without first including xorg-server.h, this also
applies to including it from configure snippets.
Without this the configure glamor checks fail on systems with the latest
glibc, throwing this error:
In file included from /usr/include/xorg/misc.h:115:0,
from /usr/include/xorg/screenint.h:50,
from /usr/include/xorg/scrnintstr.h:50,
from /usr/include/xorg/glamor.h:32,
from conftest.c:61:
/usr/include/xorg/os.h:579:2: error: expected identifier or '(' before
'__exten
strndup(const char *str, size_t n);
^
This is caused by HAVE_STRNDUP not being set (it is set from xorg-server.h),
causing os.h to redefine it.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'src/radeon_glamor.c')
0 files changed, 0 insertions, 0 deletions