Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/Makefile')
-rw-r--r--extern/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/extern/Makefile b/extern/Makefile
index 1bebf1e1994..61499da8743 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -54,14 +54,6 @@ ifeq ($(WITH_OPENJPEG), true)
DIRS += libopenjpeg
endif
-ifeq ($(WITH_LZO), true)
- DIRS += lzo/minilzo
-endif
-
-ifeq ($(WITH_LZMA), true)
- DIRS += lzma
-endif
-
TARGET = solid
all::