diff -r 99009c0665cc -r ad7417efe433 components/desktop/flac/Makefile --- 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