diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 15:45:29 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 15:45:29 +0900 |
commit | 1f2d011786784479717f8f3bef03ed3dd1ed90ad (patch) | |
tree | 0b6047f09868aaa7840a8691d84e04d751ce4cef | |
parent | 8450b14676a2f5c6423b16bc4bc7a1ec5a6a987e (diff) |
Build glx/x11.
-rw-r--r-- | configs/linux-dri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 68afcb1d28..c45b600013 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -53,6 +53,7 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \ USING_EGL=0 # Directories +SRC_DIRS := glx/x11 $(SRC_DIRS) ifeq ($(USING_EGL), 1) SRC_DIRS := egl $(SRC_DIRS) PROGRAM_DIRS = egl |