diff options
author | Jakob Bornecrantz <[email protected]> | 2008-05-23 16:18:42 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-05-23 16:18:42 +0200 |
commit | 2064826bdae9be8679ec8eb3f2b6be467da0594d (patch) | |
tree | 15901165ee9665c4d8a6c586a8b93ec917a5df1f /configs | |
parent | d607a02da929cd192a3b0896c38dbb468ffa5b0d (diff) |
egl: Stoped compiling EGL completely
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index bcc2b615618..193d0a550ab 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -53,9 +53,10 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \ USING_EGL=0 # Directories -SRC_DIRS := glx/x11 egl $(SRC_DIRS) +SRC_DIRS := glx/x11 $(SRC_DIRS) PROGRAM_DIRS := egl $(PROGRAM_DIRS) ifeq ($(USING_EGL), 1) +SRC_DIRS := egl $(SRC_DIRS) PROGRAM_DIRS = egl endif |