diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-22 16:24:10 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-23 11:02:14 +0200 |
commit | 3972961e62d5918f4ef4f0ceb3d8ee9549676a7c (patch) | |
tree | 76d0695bbc1f5691cd2ee20c7daac5f8454bacf5 /configs/linux-dri | |
parent | 6f25d6d48d52063c50f773d005adcdf2a924e82d (diff) |
mesa: On second thought lets not build the driver
Diffstat (limited to 'configs/linux-dri')
-rw-r--r-- | configs/linux-dri | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 5221d043cf..bcc2b61561 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -53,17 +53,17 @@ 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) +SRC_DIRS := glx/x11 egl $(SRC_DIRS) +PROGRAM_DIRS := egl $(PROGRAM_DIRS) +ifeq ($(USING_EGL), 1) PROGRAM_DIRS = egl -#endif +endif DRIVER_DIRS = dri -WINDOW_SYSTEM=dri -GALLIUM_WINSYS_DIRS = dri +WINDOW_SYSTEM = dri +GALLIUM_WINSYS_DIRS = dri # gamma are missing because they have not been converted to use the new # interface. |