diff options
author | Emil Velikov <[email protected]> | 2014-06-17 00:05:30 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-07-10 01:06:48 +0100 |
commit | 5c68a1dc0b73431438ede8bd08d4f0d27f121e4d (patch) | |
tree | 4908eb0b86e85797ad7c5946fa17641e68206187 /src/gallium/targets/dri/Makefile.am | |
parent | ff0e25f3a6c20d8df1aaa9376df35d5cfce0c0a9 (diff) |
targets/dri: Add __driDriverGetExtensions_vmwgfx
Identical to previous commits - will bring us a step closer
to megadrivers.
Cc: Jose Fonseca <[email protected]>
Cc: Brian Paul <[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/Makefile.am')
-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 9e643775ab7..bb10e8d9ed5 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -33,6 +33,11 @@ AM_CPPFLAGS += \ -DDRI_TARGET endif +if HAVE_GALLIUM_SVGA +AM_CPPFLAGS += \ + -DDRI_TARGET +endif + if HAVE_GALLIUM_FREEDRENO AM_CPPFLAGS += \ -DDRI_TARGET |