[PULL] arm build fixes
Rob Clark
robdclark at gmail.com
Mon Apr 7 19:01:10 PDT 2014
Hi Keith,
This pull request doubly fixes build breakage on arm:
* my two patches make arm default to stub int10 implementation (and
fix stub implementation to actually compile).. this is what 99.9% of
folks on ARM want
* Thierry's patch actually fixes the real int10 implementation to work
for the 0.1% of people who want that
-------
The following changes since commit 901fbfbbbd71c0d82080957f8ba09eebbc786f2b:
Add a return value to load_cursor_argb() to allow it to report
failure (2014-04-03 16:46:55 -0700)
are available in the git repository at:
git://github.com/robclark/xserver.git arm-build-fixes
for you to fetch changes up to ff7ecfdf6dbe77184bff8e1f699995a590e74c83:
xfree86: int10: Fix build on ARM (2014-04-07 21:45:27 -0400)
----------------------------------------------------------------
Rob Clark (2):
default to stub int10 implementation on arm
int10: fix build error
Thierry Reding (1):
xfree86: int10: Fix build on ARM
configure.ac | 1 +
hw/xfree86/int10/stub.c | 2 +-
hw/xfree86/int10/xf86x86emu.c | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
More information about the xorg-devel
mailing list