From c8b64452c076c1768beb23280de25faf2bcbe2c8 Mon Sep 17 00:00:00 2001 From: "duncan.hopkins" Date: Tue, 17 Oct 2023 09:34:31 +0100 Subject: dri: added build dependencies for systems using non-standard prefixed X11 libs. To get MacOS to build, some extra dependencies need to be added to a couple of build targets. This mainly shows up when not installing the dependencies in the default prefix locations. On MacOS, this happens when using a custom build of brew to install the dependencies to 'odd' locations. Reviewed-by: Adam Jackson Part-of: --- src/glx/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx') diff --git a/src/glx/meson.build b/src/glx/meson.build index 7ec3e3e0d88..1a5e9833956 100644 --- a/src/glx/meson.build +++ b/src/glx/meson.build @@ -136,7 +136,7 @@ libglx = static_library( ], dependencies : [ idep_mesautil, idep_xmlconfig, - dep_libdrm, dep_dri2proto, dep_glproto, dep_x11, dep_glvnd, dep_xxf86vm, dep_xshmfence + dep_libdrm, dep_dri2proto, dep_glproto, dep_x11, dep_xext, dep_glvnd, dep_xxf86vm, dep_xshmfence ], ) -- cgit v1.2.3