mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-17 16:39:31 +00:00
glx: drop always-true #ifdef
Meson already guarantees we have at least xdamage >= 1.1 Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5862>
This commit is contained in:
parent
3900659051
commit
69ef180837
@ -381,9 +381,7 @@ static const __DRIgetDrawableInfoExtension getDrawableInfoExtension = {
|
||||
static const __DRIextension *loader_extensions[] = {
|
||||
&systemTimeExtension.base,
|
||||
&getDrawableInfoExtension.base,
|
||||
#ifdef XDAMAGE_1_1_INTERFACE
|
||||
&damageExtension.base,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user