st/xorg: Fix dpms include problems

This commit is contained in:
Jakob Bornecrantz
2009-10-13 11:56:35 +02:00
parent 5c4bdbd825
commit ef067b5f01
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -5,7 +5,6 @@ LIBNAME = xorgtracker
LIBRARY_INCLUDES = \
-DHAVE_CONFIG_H \
-DHAVE_XEXTPROTO_71=1 \
$(shell pkg-config --cflags-only-I pixman-1 xorg-server libdrm xproto) \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/auxiliary \
+2 -2
View File
@@ -43,10 +43,10 @@
#include "xf86Modes.h"
#ifdef HAVE_XEXTPROTO_71
#include "X11/extensions/dpmsconst.h"
#include <X11/extensions/dpmsconst.h>
#else
#define DPMS_SERVER
#include "X11/extensions/dpmsconst.h"
#include <X11/extensions/dpms.h>
#endif
#include "pipe/p_inlines.h"