From 4f6e399b16c11fbbb36238fe2b322d4626b6bf46 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 14 Jun 2024 17:33:53 +0200 Subject: [PATCH] (submit/meson-sdk.pc) meson.build: fix missing dependencies in xorg-server.pc xorg-server.pc missed a few dependencies, so consumers might not get them and break build. Signed-off-by: Enrico Weigelt, metux IT consult --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 7c4e2261a..875d4af85 100644 --- a/meson.build +++ b/meson.build @@ -855,6 +855,7 @@ if build_xorg sdk_required_modules = [ 'pixman-1 >= 0.27.2', f'xproto @xproto_req@', + 'xfont2 >= 2.0', ] # XXX this isn't trying very hard, but hard enough.