summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2014-11-03 11:04:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-03 13:31:09 +0100
commit50138ea4f7b3df618b905f9540174387cded79c6 (patch)
tree30c832321ad3930eeaae57604a30ea1b0e8a1994 /configure
parent206c98f303e833c9e94427c9e3f9867f85265f78 (diff)
configure: add xcb cflags and extralibs to cflags and extralibs.
Replace xcb_event by xcb, as the former is no more used and the latter is needed on configurations where only xcb is available, and not libxcb_shm and/or libxcb_xfixes. Signed-off-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 40d1f07630..1d4ca29c22 100755
--- a/configure
+++ b/configure
@@ -5040,8 +5040,8 @@ if enabled libxcb; then
enabled libxcb_xfixes && die "ERROR: libxcb_xfixes not found";
} && enable libxcb_xfixes; }
- add_cflags $xcb_event_cflags $xcb_shm_cflags $xcb_xfixes_cflags
- add_extralibs $xcb_event_libs $xcb_shm_libs $xcb_xfixes_libs
+ add_cflags $xcb_cflags $xcb_shm_cflags $xcb_xfixes_cflags
+ add_extralibs $xcb_libs $xcb_shm_libs $xcb_xfixes_libs
fi
fi