diff options
author | Adam Jackson <[email protected]> | 2006-08-10 20:19:57 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2006-08-10 20:19:57 +0000 |
commit | be85fde82b148c4fc3639fcf3cfedb5de9381fc8 (patch) | |
tree | 7740c9ad8cca4717930b1466add6735ad9c341b4 /src/glx/x11/Makefile | |
parent | b7a661cf8c9adc5fdba31f11545e8caebac7995a (diff) |
linux-indirect target fixes.
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r-- | src/glx/x11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 3ecb744179f..c509d4e0851 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -47,7 +47,7 @@ INCLUDES = -I. \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ -I$(TOP)/src/mesa/drivers/dri/common \ - `pkg-config --cflags libdrm` \ + $(LIBDRM_CFLAGS) \ $(X11_INCLUDES) |