Commit 1ea77aae authored by Diego Biurrun's avatar Diego Biurrun

configure: Drop bogus xcb_event variables

parent 3794062a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment