Adam Jackson <[email protected]> writes: > Signed-off-by: Adam Jackson <[email protected]> > --- > fb/meson.build | 10 ++++++++++ > hw/xfree86/dixmods/meson.build | 12 ++++++++++++ > 2 files changed, 22 insertions(+) > > diff --git a/fb/meson.build b/fb/meson.build > index ef8e68ca2..12329073d 100644 > --- a/fb/meson.build > +++ b/fb/meson.build > @@ -34,3 +34,13 @@ libxserver_fb = static_library('libxserver_fb', > dependencies: common_dep, > pic: true, > ) > + > +wfb_args = '-DFB_ACCESS_WRAPPER' > + > +libxserver_wfb = static_library('libxserver_wfb', > + srcs_fb, > + c_args: wfb_args, > + include_directories: inc, > + dependencies: common_dep, > + pic: true, > +)
Indentation gone wrong. We could use "build_by_default: false" here to keep it from being built unless Xorg's libwfb needs it. (meson by default builds executables and libraries even if nothing depends on them, but doesn't build custom targets unless something depends on them)
signature.asc
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
