mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 15:20:05 +01:00
ci: enable xf86bigfont in one set of builds
Hopefully this will avoid us accepting more changesets that break it Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2053>
This commit is contained in:
parent
0617f6075b
commit
4ca8b9a474
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ meson:
|
||||||
BUILD_XORG: true
|
BUILD_XORG: true
|
||||||
BUILD_XVFB: true
|
BUILD_XVFB: true
|
||||||
BUILD_XWAYLAND: true
|
BUILD_XWAYLAND: true
|
||||||
MESON_EXTRA_ARGS: ${MESON_DDX_BUILD_ARGS}
|
MESON_EXTRA_ARGS: -Dxf86bigfont=true ${MESON_DDX_BUILD_ARGS}
|
||||||
|
|
||||||
meson-noglamor:
|
meson-noglamor:
|
||||||
extends: meson
|
extends: meson
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue