mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-24 02:15:12 +00:00
Add missing HAVE_MENU ifdefs (DISABLE_MENU=1 buildfix)
This commit is contained in:
parent
d04e3b6291
commit
eb10008bf7
@ -1682,8 +1682,11 @@ ifeq ($(HAVE_NETWORKING), 1)
|
||||
tasks/task_netplay_lan_scan.o \
|
||||
tasks/task_netplay_nat_traversal.o \
|
||||
tasks/task_wifi.o \
|
||||
tasks/task_netplay_find_content.o \
|
||||
tasks/task_pl_thumbnail_download.o
|
||||
tasks/task_netplay_find_content.o
|
||||
|
||||
ifeq ($(HAVE_MENU_COMMON), 1)
|
||||
OBJ += tasks/task_pl_thumbnail_download.o
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_SSL), 1)
|
||||
OBJ += $(LIBRETRO_COMM_DIR)/net/net_socket_ssl.o
|
||||
|
@ -1201,7 +1201,7 @@ DATA RUNLOOP
|
||||
#include "../tasks/task_database.c"
|
||||
#include "../tasks/task_database_cue.c"
|
||||
#endif
|
||||
#ifdef HAVE_NETWORKING
|
||||
#if defined(HAVE_NETWORKING) && defined(HAVE_MENU)
|
||||
#include "../tasks/task_pl_thumbnail_download.c"
|
||||
#endif
|
||||
|
||||
|
@ -56,7 +56,9 @@ bool task_push_netplay_lan_scan_rooms(retro_task_callback_t cb);
|
||||
|
||||
bool task_push_netplay_nat_traversal(void *nat_traversal_state, uint16_t port);
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
bool task_push_pl_thumbnail_download(const char *system, const char *playlist_path);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user