diff options
author | Dylan Baker <[email protected]> | 2017-10-25 18:55:38 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-11-28 14:06:33 -0800 |
commit | 5060c51b6f4dfb0d5358bde6523285163d3faaad (patch) | |
tree | c195b23e09b93d62e56000f4d97c5771bc13edb2 /src/amd/common/meson.build | |
parent | 4ae08296d09c00dd4650e53929576e00b7e2d1c8 (diff) |
meson: build r600 driver
v4: - Ensure inc_amd_common defined when radeonsi is disabled (needed by
r600)
Signed-off-by: Dylan Baker <[email protected]>
Tested-by: Aaron Watry <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/amd/common/meson.build')
-rw-r--r-- | src/amd/common/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/amd/common/meson.build b/src/amd/common/meson.build index 4fd7edc5cd3..8c526675c40 100644 --- a/src/amd/common/meson.build +++ b/src/amd/common/meson.build @@ -18,8 +18,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -inc_amd_common = include_directories('.') - sid_tables_h = custom_target( 'sid_tables_h', input : ['sid_tables.py', 'sid.h', 'gfx9d.h'], |