components/desktop/flac/Makefile
changeset 7548 ad7417efe433
parent 7104 8f45af4c27d7
child 7687 1093e2a9adbd
--- a/components/desktop/flac/Makefile	Mon Jan 09 11:03:42 2017 -0800
+++ b/components/desktop/flac/Makefile	Thu Dec 22 10:01:11 2016 -0800
@@ -47,9 +47,12 @@
 
 CONFIGURE_OPTIONS += --enable-ogg
 
+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/gcc/gcc-c++-runtime
 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
 REQUIRED_PACKAGES += system/library/math