summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-11-29 17:34:15 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-03 09:15:01 +0100
commit1ea77aae927c7310034b1f75d4f1c2676fe641f2 (patch)
treef2040ca9f1afbae2a1e852d88f9b4c2af0d7e265 /configure
parent3794062ab1a13442b06f6d76c54dce51ffa54697 (diff)
configure: Drop bogus xcb_event variables
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1ae4ab2b0a..22ec4f79e9 100755
--- a/configure
+++ b/configure
@@ -4773,8 +4773,8 @@ if enabled libxcb; then
enabled libxcb_xfixes && die "ERROR: libxcb_xfixes not found";
} && enable libxcb_xfixes
- add_cflags "$xcb_shape_cflags $xcb_event_cflags $xcb_shm_cflags $xcb_xfixes_cflags"
- add_extralibs "$xcb_shape_libs $xcb_event_libs $xcb_shm_libs $xcb_xfixes_libs"
+ add_cflags "$xcb_shape_cflags $xcb_shm_cflags $xcb_xfixes_cflags"
+ add_extralibs "$xcb_shape_libs $xcb_shm_libs $xcb_xfixes_libs"
fi
enabled vaapi && require vaapi va/va.h vaInitialize -lva