mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
r600g: fix build failure when building the driver without LLVM
This commit is contained in:
parent
0e6f0eea1a
commit
bed6f20f28
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@
|
|||
#include "radeon/radeon_video.h"
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifndef HAVE_LLVM
|
||||
#define HAVE_LLVM 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
* pipe_context
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue