[PATCH 0/3] Kill libxorg.la

Dan Nicholson dbn.lists at gmail.com
Tue Jun 14 20:20:32 PDT 2011


This seems to work. I had to move sdksyms out of libloader and move the
order of a couple libraries around, but everything seems to resolve now.
It definitely makes a difference.

Dan Nicholson (3):
  Don't use empty source files
  xfree86: Move sdksyms generation to ddx toplevel
  xfree86: Remove libxorg convenience library to speed up build

 dix/.gitignore                    |    1 -
 dix/Makefile.am                   |    6 +-
 hw/xfree86/.gitignore             |    5 +-
 hw/xfree86/Makefile.am            |   36 ++--
 hw/xfree86/loader/.gitignore      |    3 -
 hw/xfree86/loader/Makefile.am     |   13 +-
 hw/xfree86/loader/sdksyms.sh      |  424 -------------------------------------
 hw/xfree86/os-support/.gitignore  |    2 -
 hw/xfree86/os-support/Makefile.am |    7 +-
 hw/xfree86/sdksyms.sh             |  424 +++++++++++++++++++++++++++++++++++++
 os/Makefile.am                    |    6 +-
 test/.gitignore                   |    2 -
 test/Makefile.am                  |    6 +-
 13 files changed, 452 insertions(+), 483 deletions(-)
 delete mode 100644 hw/xfree86/loader/.gitignore
 delete mode 100755 hw/xfree86/loader/sdksyms.sh
 delete mode 100644 hw/xfree86/os-support/.gitignore
 create mode 100755 hw/xfree86/sdksyms.sh

-- 
1.7.3.4



More information about the xorg-devel mailing list