diff options
author | Emil Velikov <[email protected]> | 2015-10-07 18:05:04 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-21 12:52:17 +0000 |
commit | e762a46a074c2e95c0d4bf1765cb16044c1d0d9e (patch) | |
tree | a87c7b855a7bb0a4fa45e8f710fe84efb045394a /configure.ac | |
parent | 1a18457a52b22651a282ea0f94e6f7fc5e07ad22 (diff) |
configure: remove obsolete _CLIENT comment
The referenced variable(s) have been removed with commit abc20120e4a
(automake: pipe-loader: remove the 'client' pipe-loader)
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Rob Clark <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 32fb989a898..027cfb1de90 100644 --- a/configure.ac +++ b/configure.ac @@ -2273,11 +2273,6 @@ AM_CONDITIONAL(HAVE_GALLIUM_VIRGL, test "x$HAVE_GALLIUM_VIRGL" = xyes) AM_CONDITIONAL(HAVE_GALLIUM_STATIC_TARGETS, test "x$enable_shared_pipe_drivers" = xno) -# NOTE: anything using xcb or other client side libs ends up in separate -# _CLIENT variables. The pipe loader is built in two variants, -# one that is standalone and does not link any x client libs (for -# use by XA tracker in particular, but could be used in any case -# where communication with xserver is not desired). if test "x$enable_gallium_loader" = xyes; then if test "x$enable_dri" = xyes; then GALLIUM_PIPE_LOADER_DEFINES="$GALLIUM_PIPE_LOADER_DEFINES -DHAVE_PIPE_LOADER_DRI" |