xserver-multidpi/hw/xquartz/mach-startup
Jon Turney 655b1eb32e meson: Convert xquartz from autotools
Differences from autotools:

* Autotools defined NO_ALLOCA for OSX builds.  I don't think we need
this anymore as Xalloc.h is no longer used anywhere in the xserver.

* X11.bin is linked with -u,miDCInitialize, and then libserver_mi
provided to satisfy (just) that.  It's been that way since the commit
which added it.  We can't write the equivalent in meson due to linker
argument ordering issues, but do we really need to?

* An explicit -Dsecure-rpc=false is required for OSX, since in meson we
don't do the checks that XTRANS_SECURE_RPC_FLAGS did for the existence
of the specific RPC functions required.
2019-05-02 15:42:58 +00:00
..
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
bundle-main.c Promote file containing date & time build was configured to top-level 2019-05-02 15:42:58 +00:00
launchd_fd.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
launchd_fd.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
mach_startup_types.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
mach_startup.defs XQuartz: Pass along SIGINT and SIGTERM from the stub to X11.app 2008-10-28 22:01:40 -07:00
Makefile.am Promote file containing date & time build was configured to top-level 2019-05-02 15:42:58 +00:00
meson.build meson: Convert xquartz from autotools 2019-05-02 15:42:58 +00:00
stub.c XQuartz: Silence a clang static analysis warning about a possible memory leak on exit 2014-01-12 23:12:48 -08:00