diff options
author | Henri Verbeet <[email protected]> | 2011-03-07 21:15:02 +0100 |
---|---|---|
committer | Henri Verbeet <[email protected]> | 2011-03-07 21:48:20 +0100 |
commit | c3c91a0fe5e9a497c44481bcd072093e6edaac50 (patch) | |
tree | 978ba8fc86434a34ab8a1c35f8e6d91c861384a0 /src | |
parent | 6547253bd138db815173c00ca2dc220e8ad20ab1 (diff) |
glx: Take GLPROTO_CFLAGS into account.
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/Makefile b/src/glx/Makefile index 3d92ebbe038..dd96973ea8f 100644 --- a/src/glx/Makefile +++ b/src/glx/Makefile @@ -64,6 +64,7 @@ INCLUDES = -I. \ -I$(TOP)/src/mapi/glapi \ $(LIBDRM_CFLAGS) \ $(DRI2PROTO_CFLAGS) \ + $(GLPROTO_CFLAGS) \ $(X11_INCLUDES) |