diff options
author | Emil Velikov <[email protected]> | 2014-06-16 23:51:12 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-07-10 01:06:48 +0100 |
commit | 3591acacf9579033aeaf3ccade59ad02288236e9 (patch) | |
tree | 3f474f1a9d46a3a7f5d11e5ea58527329b5d301c /src/gallium/targets/dri | |
parent | f48b06f89d62e4b7db3048a778d409f05d3dfc7b (diff) |
targets/dri: Add __driDriverGetExtensions_i915 symbol
Identical to previous commits - will bring us a step closer
to megadrivers.
Cc: Stephane Marchesin <[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 d5cbae57cc9..a09883388a7 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -13,6 +13,11 @@ AM_CPPFLAGS = \ -DGALLIUM_RBUG \ -DGALLIUM_TRACE +if HAVE_GALLIUM_I915 +AM_CPPFLAGS += \ + -DDRI_TARGET +endif + if HAVE_GALLIUM_NOUVEAU AM_CPPFLAGS += \ -DDRI_TARGET |