diff options
author | George Sapountzis <[email protected]> | 2008-05-23 22:48:55 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2008-05-23 22:48:55 +0300 |
commit | d4510e53d8dd18ac397ca0d4df74d4de682e0a38 (patch) | |
tree | 871345991be1a06d4427c9440d71bb0d6b314994 /configs/autoconf.in | |
parent | 6c56e0e1fb8556593c7070cb031449cc8f404940 (diff) |
drop GLcore
Diffstat (limited to 'configs/autoconf.in')
-rw-r--r-- | configs/autoconf.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index c7a395455b2..9a70ec1fabb 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -78,10 +78,6 @@ 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 -XORG_CFLAGS = @XORG_CFLAGS@ -GLCORE_LIB_DEPS = $(EXTRA_LIB_PATH) @GLCORE_LIB_DEPS@ - # DRI dependencies DRI_LIB_DEPS = $(EXTRA_LIB_PATH) @DRI_LIB_DEPS@ LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ |