xserver-multidpi/hw/xquartz/xpr
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
..
appledri.c XQuartz: Validate length in appledri before swapping 2014-01-12 23:12:48 -08:00
appledri.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
appledristr.h Remove obsolete B16 & B32 tags in struct definitions 2018-11-10 15:00:31 -08:00
dri.c xquartz: Remove useless DRIWindowExposures 2014-10-08 16:01:35 +02:00
dri.h xquartz: Remove useless DRIWindowExposures 2014-10-08 16:01:35 +02:00
dristruct.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
driWrap.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
driWrap.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
Makefile.am XQuartz: Fix build with moved pseudoramiX 2013-09-16 07:06:48 -07:00
meson.build meson: Convert xquartz from autotools 2019-05-02 15:42:58 +00:00
x-hash.c Use ARRAY_SIZE all over the tree 2017-10-30 13:45:20 -04:00
x-hash.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-hook.c XQuartz: Simplify hook_run to quiet static analyzer 2014-01-12 23:12:48 -08:00
x-hook.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-list.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-list.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xpr.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprAppleWM.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprCursor.c cursor: drop ARGB_CURSOR 2015-06-30 12:17:51 +10:00
xprEvent.c XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older libXplugin 2012-08-03 10:02:57 -07:00
xprEvent.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprFrame.c XQuartz: Add some verbose logging to debug xp_lock_window being unbalanced 2012-09-22 14:09:58 -07:00
xprScreen.c Fix XQuartz build 2015-03-31 09:02:28 -07:00