Building of 32bit mesa with meson causes issues:
"expected ‘}’ before ‘DRI_CONF_MESA_NO_ERROR’"
"expected ‘}’ before ‘DRI_CONF_ALLOW_GLSL_CROSS_STAGE_INTERPOLATION_MISMATCH’"
"expected ‘}’ before ‘DRI_CONF_ALLOW_RGB10_CONFIGS’"
File with defines replaced to correct.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107843
Signed-off-by: Sergii Romantsov <sergii.romant...@globallogic.com>
---
 src/util/xmlpool.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/xmlpool.h b/src/util/xmlpool.h
index ebd4e7c..f2181ce 100644
--- a/src/util/xmlpool.h
+++ b/src/util/xmlpool.h
@@ -100,6 +100,6 @@
  * Predefined option sections and options with multi-lingual descriptions
  * are now automatically generated.
  */
-#include "xmlpool/options.h"
+#include "util/xmlpool/options.h"
 
 #endif
-- 
2.7.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to