mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
sdksyms: Fix build with --disable-xv
I hate this [redacted] script. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Tested-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
deb08658e2
commit
8b820f221a
1 changed files with 2 additions and 0 deletions
|
|
@ -46,8 +46,10 @@ cat > sdksyms.c << EOF
|
|||
#include "misyncstr.h"
|
||||
|
||||
/* Xext/Makefile.am -- half is module, half is builtin */
|
||||
#ifdef XV
|
||||
#include "xvdix.h"
|
||||
#include "xvmcext.h"
|
||||
#endif
|
||||
#include "geext.h"
|
||||
#include "geint.h"
|
||||
#ifdef MITSHM
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue