diff options
author | Emil Velikov <[email protected]> | 2014-06-17 00:16:46 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-07-10 01:06:48 +0100 |
commit | 3b7c120be3fd0d979e2e36e87f0ceca7290ea078 (patch) | |
tree | 03d7c6ee93a23ebcd70c7a795a1dcad4cdec0e72 /src/gallium/targets/dri | |
parent | f6898aa264717df2f7c66f393cbac703e0c588cb (diff) |
targets/dri: cleanup conversion leftovers
With all the users converted to __driGetExtensions_* we can
have only a single inclusion of the required header + define.
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 | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am index bb10e8d9ed5..090103e581b 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -8,41 +8,12 @@ AM_CFLAGS = \ $(GALLIUM_TARGET_CFLAGS) AM_CPPFLAGS = \ + -DDRI_TARGET \ -DGALLIUM_GALAHAD \ -DGALLIUM_NOOP \ -DGALLIUM_RBUG \ -DGALLIUM_TRACE -if HAVE_GALLIUM_I915 -AM_CPPFLAGS += \ - -DDRI_TARGET -endif - -if HAVE_GALLIUM_ILO -AM_CPPFLAGS += \ - -DDRI_TARGET -endif - -if HAVE_GALLIUM_NOUVEAU -AM_CPPFLAGS += \ - -DDRI_TARGET -endif - -if NEED_RADEON_DRM_WINSYS -AM_CPPFLAGS += \ - -DDRI_TARGET -endif - -if HAVE_GALLIUM_SVGA -AM_CPPFLAGS += \ - -DDRI_TARGET -endif - -if HAVE_GALLIUM_FREEDRENO -AM_CPPFLAGS += \ - -DDRI_TARGET -endif - dridir = $(DRI_DRIVER_INSTALL_DIR) dri_LTLIBRARIES = gallium_dri.la |