summaryrefslogtreecommitdiff
path: root/src/glx/apple
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-06-05 21:19:40 -0400
committerJeremy Huddleston <jeremyhu@apple.com>2011-06-05 21:25:27 -0400
commit5d35343d12ab462100c9eec50a579b73463e465a (patch)
tree85c645b1c023851e1a5cd7fb79822e792f5b3cfb /src/glx/apple
parent1885cf27c9c4642a049c60a8236cb84735cb9eba (diff)
apple: Fix multiple build failures in applegl_glx.c
It is still not building, but this gets us many steps closer See https://bugs.freedesktop.org/show_bug.cgi?id=29162 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'src/glx/apple')
-rw-r--r--src/glx/apple/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile
index 757e811691e..1196701ad99 100644
--- a/src/glx/apple/Makefile
+++ b/src/glx/apple/Makefile
@@ -49,7 +49,8 @@ SOURCES = \
../glxextensions.c \
glxreply.c \
../pixel.c \
- ../xfont.c
+ ../xfont.c \
+ ../applegl_glx.c
include $(TOP)/src/mesa/sources.mak