configure: Drop bogus xcb_event variables
This commit is contained in:
parent
3794062ab1
commit
1ea77aae92
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue