diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-22 14:04:28 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-22 14:04:28 -0800 |
commit | ad0f232165fe1a25ca4fb6da817da02b6ce31779 (patch) | |
tree | db9d2b2186a3a9550a557c5ea150a54c9939d403 /hw | |
parent | 8e2287c220694953e972cd5119c2b0cd256b7a30 (diff) |
XQuartz: Fixed --disable-glx
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xquartz/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index f9d782382..d1eb283e4 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -13,9 +13,9 @@ if GLX GL_DIR = GL endif -SUBDIRS = bundle . GL xpr pbproxy mach-startup doc +SUBDIRS = bundle . $(GL_DIR) xpr pbproxy mach-startup doc -DIST_SUBDIRS = bundle . $(GL_DIR) xpr pbproxy mach-startup doc +DIST_SUBDIRS = bundle . GL xpr pbproxy mach-startup doc libXquartz_la_SOURCES = \ $(top_srcdir)/fb/fbcmap_mi.c \ |