This commit is contained in:
Enrico Weigelt, metux IT consult 2024-10-15 14:54:43 +02:00
parent b20c9cf088
commit b8d2961d83
4 changed files with 3 additions and 6 deletions

View File

@ -30,8 +30,8 @@
* *
* \author Ian Romanick <idr@us.ibm.com> * \author Ian Romanick <idr@us.ibm.com>
*/ */
#include <dix-config.h>
#include "dix-config.h"
#include "extension_string.h" #include "extension_string.h"
#include "opaque.h" #include "opaque.h"

View File

@ -31,10 +31,6 @@
#if !defined(__GLXBYTEORDER_H__) #if !defined(__GLXBYTEORDER_H__)
#define __GLXBYTEORDER_H__ #define __GLXBYTEORDER_H__
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "misc.h" #include "misc.h"
#endif /* !defined(__GLXBYTEORDER_H__) */ #endif /* !defined(__GLXBYTEORDER_H__) */

View File

@ -24,6 +24,7 @@
* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. * SOFTWARE.
*/ */
#include <dix-config.h>
#include <inttypes.h> #include <inttypes.h>
#include "glxserver.h" #include "glxserver.h"

View File

@ -33,7 +33,7 @@ if build_xv
endif endif
if build_glamor if build_glamor
xorg_sdk_headers += '../glamor/glamor.h' xorg_sdk_headers += '../../../glamor/glamor.h'
endif endif
if build_xorg_sdk if build_xorg_sdk