Mesa (master): st/va: automake: cleanup C{PP,}FLAGS

Emil Velikov evelikov at kemper.freedesktop.org
Mon Dec 5 17:04:40 UTC 2016


Module: Mesa
Branch: master
Commit: 510722d1465283582b89de0fe5fe6c4bb69de43d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=510722d1465283582b89de0fe5fe6c4bb69de43d

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Fri Dec  2 16:26:49 2016 +0000

st/va: automake: cleanup C{PP,}FLAGS

Remove some transitional left overs from the gallium pipe-loader rework
and kill off unneeded AM_CPPFLAGS.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Christian König <christian.koenig at amd.com>

---

 src/gallium/state_trackers/va/Makefile.am | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/gallium/state_trackers/va/Makefile.am b/src/gallium/state_trackers/va/Makefile.am
index 348cfe1..a70eede5 100644
--- a/src/gallium/state_trackers/va/Makefile.am
+++ b/src/gallium/state_trackers/va/Makefile.am
@@ -30,18 +30,6 @@ AM_CFLAGS = \
 	$(VA_CFLAGS) \
 	-DVA_DRIVER_INIT_FUNC="__vaDriverInit_$(VA_MAJOR)_$(VA_MINOR)"
 
-AM_CFLAGS += \
-	$(GALLIUM_PIPE_LOADER_DEFINES) \
-	-DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\"
-
-if HAVE_GALLIUM_STATIC_TARGETS
-AM_CFLAGS += \
-	-DGALLIUM_STATIC_TARGETS=1
-endif
-
-AM_CPPFLAGS = \
-	-I$(top_srcdir)/include
-
 noinst_LTLIBRARIES = libvatracker.la
 
 libvatracker_la_SOURCES = $(C_SOURCES)




More information about the mesa-commit mailing list