diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-12-28 10:31:46 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-12-28 10:31:46 +0000 |
commit | b1b40ed6a87f72d07825624730cca193d5a89baf (patch) | |
tree | 6d7c907311181e3a603323a934da7b03082f66f4 /hw/Makefile.am | |
parent | 36061c75ae42aa733cde9b3fd05e0c8280b31655 (diff) |
Initial commit of XGL build infrastructure and XGL code changes for
building within the xorg server tree. Requires additional, uncommitted
dix changes to successfully build, and successful running is still yet
to happen.
Diffstat (limited to 'hw/Makefile.am')
-rw-r--r-- | hw/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/Makefile.am b/hw/Makefile.am index b409079fa..0348e70f8 100644 --- a/hw/Makefile.am +++ b/hw/Makefile.am @@ -18,6 +18,10 @@ if XWIN XWIN_SUBDIRS = xwin endif +if XGL +XGL_SUBDIRS = xgl +endif + if KDRIVE KDRIVE_SUBDIRS = kdrive endif @@ -26,6 +30,7 @@ endif SUBDIRS = \ $(XORG_SUBDIRS) \ + $(XGL_SUBDIRS) \ $(XWIN_SUBDIRS) \ $(XVFB_SUBDIRS) \ $(XNEST_SUBDIRS) \ |