backpedal on renaming the display component

This commit is contained in:
Sebastien
2020-03-06 17:44:46 -05:00
parent 3c9fc8f0c3
commit ca70068d88
40 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ idf_component_register(SRCS platform_bt_core.c
platform_bt_sink.c
platform_bt_source.c
INCLUDE_DIRS .
REQUIRES bt platform_display esp_common freertos nvs_flash esp32 spi_flash newlib log pthread platform_config
REQUIRES bt display esp_common freertos nvs_flash esp32 spi_flash newlib log pthread platform_config
)

View File

@@ -1,6 +1,6 @@
idf_component_register(SRCS dmap_parser.c raop_sink.c raop.c rtp.c util.c
INCLUDE_DIRS .
REQUIRES newlib platform_config services codecs tools platform_display
REQUIRES newlib platform_config services codecs tools display
)

View File

@@ -33,7 +33,7 @@ idf_component_register(SRCS "alac.c"
REQUIRES newlib
esp_common
esp-dsp
platform_display
display
platform_config
platform_bluetooth
codecs