summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-04-18 17:34:24 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-04-23 11:12:30 +0300
commit32a2a095f4d8e3be7fa2807cb436bd09e8eb5a75 (patch)
tree79a7f3b191cd6370d357a2da243edcf24068b59e /configs
parentb3efd35f4bdd62cf36b6f59be602fa8781db9b89 (diff)
glcore: build from mesa
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index e5f2fb72c0..1bf655ff36 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -83,6 +83,9 @@ GLW_LIB_DEPS = -L$(TOP)/$(LIB_DIR) @GLW_MESA_DEPS@ \
$(EXTRA_LIB_PATH) @GLW_LIB_DEPS@
APP_LIB_DEPS = $(EXTRA_LIB_PATH) @APP_LIB_DEPS@
+# GLcore dependencies
+GLCORE_LIB_DEPS = $(EXTRA_LIB_PATH) @GLCORE_LIB_DEPS@
+
# DRI dependencies
DRI_LIB_DEPS = $(EXTRA_LIB_PATH) @DRI_LIB_DEPS@
LIBDRM_CFLAGS = @LIBDRM_CFLAGS@