x21
This commit is contained in:
parent
b20c9cf088
commit
b8d2961d83
|
|
@ -30,8 +30,8 @@
|
|||
*
|
||||
* \author Ian Romanick <idr@us.ibm.com>
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "dix-config.h"
|
||||
#include "extension_string.h"
|
||||
#include "opaque.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -31,10 +31,6 @@
|
|||
#if !defined(__GLXBYTEORDER_H__)
|
||||
#define __GLXBYTEORDER_H__
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include "misc.h"
|
||||
|
||||
#endif /* !defined(__GLXBYTEORDER_H__) */
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include "glxserver.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ if build_xv
|
|||
endif
|
||||
|
||||
if build_glamor
|
||||
xorg_sdk_headers += '../glamor/glamor.h'
|
||||
xorg_sdk_headers += '../../../glamor/glamor.h'
|
||||
endif
|
||||
|
||||
if build_xorg_sdk
|
||||
|
|
|
|||
Loading…
Reference in New Issue