diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-04-18 17:34:45 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-04-23 11:12:30 +0300 |
commit | 750f52169ccbd1aca217e7749f1ce6ae5828c2ac (patch) | |
tree | bf213151df74b6e759a9dc9657835816cc8a1c52 /configs/linux-dri | |
parent | 32a2a095f4d8e3be7fa2807cb436bd09e8eb5a75 (diff) |
glcore: tree sharing for DRI and XMesa
Diffstat (limited to 'configs/linux-dri')
-rw-r--r-- | configs/linux-dri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 0133eac95d..b4889d0176 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -47,8 +47,8 @@ LIBDRM_CFLAGS = `pkg-config --cflags libdrm` LIBDRM_LIB = `pkg-config --libs libdrm` DRI_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread -lexpat -ldl $(LIBDRM_LIB) GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \ - -lm -lpthread -ldl \ - $(LIBDRM_LIB) + -lm -lpthread -ldl $(LIBDRM_LIB) +GLCORE_LIB_DEPS = -lm -lpthread -ldl # This is now 0 by default since it seems to confuse the hell out of people |