diff options
author | Emil Velikov <[email protected]> | 2015-10-14 16:23:50 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-21 12:52:17 +0000 |
commit | 6bcd5f0d02fff2db0c330af7d139d7a60b59e0e2 (patch) | |
tree | 931818aed41ac18467638bd50be7b53e9869befe /src/gallium/auxiliary | |
parent | b7875ca4939bc5db145b463b7a9a1ea0f9fbccb8 (diff) |
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
As of last commit we no longer need the defines in order to have the
function prototypes.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index a728162bd9d..c33def742f1 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -67,7 +67,6 @@ COMMON_VL_CFLAGS = \ $(VL_CFLAGS) \ $(DRI2PROTO_CFLAGS) \ $(LIBDRM_CFLAGS) \ - $(GALLIUM_PIPE_LOADER_DEFINES) \ -DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\" if HAVE_GALLIUM_STATIC_TARGETS |