diff options
author | Dave Airlie <airliedfreedesktop.org> | 2006-04-07 03:20:56 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2006-04-07 03:20:56 +0000 |
commit | 9d3de643d1cd84cd0f48ff72ab7218f20b158c28 (patch) | |
tree | a9f63803b75e2e90029e05e785591a9c0e253f3e /src/glx/mini/Makefile | |
parent | d25ad506f2c2ce28e7d01b8d3f31c1863ef15d63 (diff) |
make miniglx use libdrm properly
Diffstat (limited to 'src/glx/mini/Makefile')
-rw-r--r-- | src/glx/mini/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glx/mini/Makefile b/src/glx/mini/Makefile index 3a95849d1a..9503192274 100644 --- a/src/glx/mini/Makefile +++ b/src/glx/mini/Makefile @@ -32,8 +32,7 @@ INCLUDE_DIRS = \ -I$(TOP)/src/mesa/swrast \ -I$(TOP)/src/mesa/swrast_setup \ -I$(TOP)/src/mesa/drivers/dri/common \ - -I$(DRM_SOURCE_PATH)/libdrm \ - -I$(DRM_SOURCE_PATH)/shared + `pkg-config --cflags libdrm` ##### RULES ##### |