xserver-multidpi/hw/xquartz/pbproxy
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 XQuartz: Add some .gitignore magic 2010-01-30 10:55:38 -08:00
app-main.m XQuartz: pbproxy shouldn't need to wait for server initialization. 2016-09-22 14:55:02 -07:00
main.m XQuartz: pbproxy shouldn't need to wait for server initialization. 2016-09-22 14:55:02 -07:00
Makefile.am XQuartz: Cleanup CPPFLAGS that are no longer necessary on darwin 2016-09-13 10:00:51 -07:00
meson.build meson: Convert xquartz from autotools 2019-05-02 15:42:58 +00:00
pbproxy.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
trick_autotools.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
x-input.m XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-selection.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-selection.m XQuartz: pbproxy: Fix build with -DDEBUG 2013-09-16 07:06:57 -07:00