diff options
author | Emil Velikov <[email protected]> | 2014-06-16 23:52:52 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-07-10 01:06:48 +0100 |
commit | ff0e25f3a6c20d8df1aaa9376df35d5cfce0c0a9 (patch) | |
tree | b4bcd3ab4c1b3f266ac6360813e018316fa16d6b /src/gallium/targets/dri | |
parent | 3591acacf9579033aeaf3ccade59ad02288236e9 (diff) |
targets/dri: Add __driDriverGetExtensions_i965 symbol
Identical to previous commits - will bring us a step closer
to megadrivers.
Cc: Chia-I Wu <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Tested-by: Rob Clark <[email protected]>
Tested-by: Thomas Helland <thomashelland90 at gmail.com>
Acked-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri')
-rw-r--r-- | src/gallium/targets/dri/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am index a09883388a7..9e643775ab7 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -18,6 +18,11 @@ AM_CPPFLAGS += \ -DDRI_TARGET endif +if HAVE_GALLIUM_ILO +AM_CPPFLAGS += \ + -DDRI_TARGET +endif + if HAVE_GALLIUM_NOUVEAU AM_CPPFLAGS += \ -DDRI_TARGET |