commit
a54cfe087a
|
@ -258,8 +258,8 @@ You can disable X11 support with -Denable-x11=false.''')
|
||||||
libraries: libxkbcommon_x11,
|
libraries: libxkbcommon_x11,
|
||||||
version: meson.project_version(),
|
version: meson.project_version(),
|
||||||
description: 'XKB API common to servers and clients - X11 support',
|
description: 'XKB API common to servers and clients - X11 support',
|
||||||
requires: 'xkbcommon',
|
requires: ['xkbcommon'],
|
||||||
requires_private: 'xcb>=1.10 xcb-xkb>=1.10',
|
requires_private: ['xcb>=1.10', 'xcb-xkb>=1.10'],
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue