mirror of https://gitee.com/openkylin/libxcb.git
!1 rv64g test error and symbols update
Merge pull request !1 from 范小气/openkylin/yangtze
This commit is contained in:
commit
1653989992
|
@ -1,3 +1,9 @@
|
|||
libxcb (1.14-ok2) yangtze; urgency=medium
|
||||
|
||||
* repair rv64g test error and symbols update
|
||||
|
||||
-- root <fanxiaoqi@smart-core.cn> Wed, 06 Mar 2024 06:00:53 +0000
|
||||
|
||||
libxcb (1.14-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
|
|
@ -45,3 +45,5 @@ libxcb-dri3.so.0 libxcb-dri3-0 #MINVER#
|
|||
xcb_dri3_query_version@Base 0
|
||||
xcb_dri3_query_version_reply@Base 0
|
||||
xcb_dri3_query_version_unchecked@Base 0
|
||||
xcb_dri3_set_drm_device_in_use@Base 1.14-ok1
|
||||
xcb_dri3_set_drm_device_in_use_checked@Base 1.14-ok1
|
||||
|
|
|
@ -46,6 +46,9 @@ libxcb-xfixes.so.0 libxcb-xfixes0 #MINVER#
|
|||
xcb_xfixes_fetch_region_reply@Base 0
|
||||
xcb_xfixes_fetch_region_sizeof@Base 1.8
|
||||
xcb_xfixes_fetch_region_unchecked@Base 0
|
||||
xcb_xfixes_get_client_disconnect_mode@Base 1.14-ok1
|
||||
xcb_xfixes_get_client_disconnect_mode_reply@Base 1.14-ok1
|
||||
xcb_xfixes_get_client_disconnect_mode_unchecked@Base 1.14-ok1
|
||||
xcb_xfixes_get_cursor_image@Base 0
|
||||
xcb_xfixes_get_cursor_image_and_name@Base 0
|
||||
xcb_xfixes_get_cursor_image_and_name_cursor_image@Base 0
|
||||
|
@ -88,6 +91,8 @@ libxcb-xfixes.so.0 libxcb-xfixes0 #MINVER#
|
|||
xcb_xfixes_select_cursor_input_checked@Base 0
|
||||
xcb_xfixes_select_selection_input@Base 0
|
||||
xcb_xfixes_select_selection_input_checked@Base 0
|
||||
xcb_xfixes_set_client_disconnect_mode@Base 1.14-ok1
|
||||
xcb_xfixes_set_client_disconnect_mode_checked@Base 1.14-ok1
|
||||
xcb_xfixes_set_cursor_name@Base 0
|
||||
xcb_xfixes_set_cursor_name_checked@Base 0
|
||||
xcb_xfixes_set_cursor_name_name@Base 1.12
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH), rv64g)
|
||||
CFLAGS += -Wno-error -Wno-format-extra-args
|
||||
endif
|
||||
|
||||
%:
|
||||
dh $@ --builddirectory=build
|
||||
|
||||
|
|
Loading…
Reference in New Issue