diff options
author | Emil Velikov <[email protected]> | 2014-04-04 15:45:08 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-05-02 21:48:25 +0100 |
commit | 658b36ff78a00dbbc1b9c9cb9adf4b984a89c45b (patch) | |
tree | 1e1f79237120f42a07492a27555ab65a0a767e03 /src/gallium/targets/pipe-loader/Makefile.am | |
parent | a50b02783bf926477e1edab5c039912802c67f61 (diff) |
targets/pipe-loader: drop driver_descriptor symbol from swrast
The symbol is used for hardware only drivers. For swrast the
loader uses swrast_create_screen. Add VISIBILITY_CFLAGS while
we're here.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/gallium/targets/pipe-loader/Makefile.am')
-rw-r--r-- | src/gallium/targets/pipe-loader/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index 76271a15fed..6a5b38066cb 100644 --- a/src/gallium/targets/pipe-loader/Makefile.am +++ b/src/gallium/targets/pipe-loader/Makefile.am @@ -27,7 +27,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/gallium/drivers \ -I$(top_srcdir)/src/gallium/winsys \ - $(LIBDRM_CFLAGS) \ + $(LIBDRM_CFLAGS) \ + $(VISIBILITY_CFLAGS) \ -DGALLIUM_RBUG \ -DGALLIUM_TRACE \ -DGALLIUM_GALAHAD |