components/desktop/speex/Makefile
changeset 7548 ad7417efe433
parent 6740 b9a930b724d2
child 7687 1093e2a9adbd
--- a/components/desktop/speex/Makefile	Mon Jan 09 11:03:42 2017 -0800
+++ b/components/desktop/speex/Makefile	Thu Dec 22 10:01:11 2016 -0800
@@ -43,7 +43,10 @@
 
 CONFIGURE_OPTIONS += --disable-static
 
+ifeq ($(BUILD_TYPE), evaluation)
+REQUIRED_PACKAGES += codec/ogg-vorbis
+else
 REQUIRED_PACKAGES += codec/libogg
 REQUIRED_PACKAGES += codec/libvorbis
-REQUIRED_PACKAGES += codec/ogg-vorbis
+endif
 REQUIRED_PACKAGES += system/library/math