mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 00:40:06 +00:00
(Makefile.griffin) Add HAVE_LIBRETRODB rule
This commit is contained in:
parent
b4b9924eeb
commit
e81fb29699
@ -157,6 +157,10 @@ ifeq ($(HAVE_LIBSICKSAXIS), 1)
|
||||
CFLAGS += -DHAVE_LIBSICKSAXIS
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_LIBRETRODB), 1)
|
||||
CFLAGS += -DHAVE_LIBRETRODB
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_RPNG), 1)
|
||||
CFLAGS += -DWANT_RPNG
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user