diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-23 16:25:51 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-23 16:25:51 +0200 |
commit | a22462f6ef769129ee56223f1edc2cb851505da8 (patch) | |
tree | c78e0a98a9760ced97f9c52f89f1ebd1a722cc23 /configs/linux-dri | |
parent | 2064826bdae9be8679ec8eb3f2b6be467da0594d (diff) |
egl: Don't build EGL programs either
Diffstat (limited to 'configs/linux-dri')
-rw-r--r-- | configs/linux-dri | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 193d0a550a..cd82c571c7 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -54,7 +54,6 @@ USING_EGL=0 # Directories SRC_DIRS := glx/x11 $(SRC_DIRS) -PROGRAM_DIRS := egl $(PROGRAM_DIRS) ifeq ($(USING_EGL), 1) SRC_DIRS := egl $(SRC_DIRS) PROGRAM_DIRS = egl |