mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
backpedal on renaming the display component
This commit is contained in:
@@ -2,7 +2,7 @@ idf_component_register(SRCS platform_bt_core.c
|
|||||||
platform_bt_sink.c
|
platform_bt_sink.c
|
||||||
platform_bt_source.c
|
platform_bt_source.c
|
||||||
INCLUDE_DIRS .
|
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
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
idf_component_register(SRCS dmap_parser.c raop_sink.c raop.c rtp.c util.c
|
idf_component_register(SRCS dmap_parser.c raop_sink.c raop.c rtp.c util.c
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES newlib platform_config services codecs tools platform_display
|
REQUIRES newlib platform_config services codecs tools display
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ idf_component_register(SRCS "alac.c"
|
|||||||
REQUIRES newlib
|
REQUIRES newlib
|
||||||
esp_common
|
esp_common
|
||||||
esp-dsp
|
esp-dsp
|
||||||
platform_display
|
display
|
||||||
platform_config
|
platform_config
|
||||||
platform_bluetooth
|
platform_bluetooth
|
||||||
codecs
|
codecs
|
||||||
|
|||||||
Reference in New Issue
Block a user