diff options
author | Jeremy Huddleston <[email protected]> | 2011-06-05 21:19:40 -0400 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2011-06-05 21:25:27 -0400 |
commit | 5d35343d12ab462100c9eec50a579b73463e465a (patch) | |
tree | 85c645b1c023851e1a5cd7fb79822e792f5b3cfb /src/glx/apple/Makefile | |
parent | 1885cf27c9c4642a049c60a8236cb84735cb9eba (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 <[email protected]>
Diffstat (limited to 'src/glx/apple/Makefile')
-rw-r--r-- | src/glx/apple/Makefile | 3 |
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 |