X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=0ef736465d06291a368ffef2cb9cef8c8b52690a;hb=9705788a21dc36515ba498d45ba2f197f7bcd628;hp=a3cd3b205ec394b7b04e834e572e4939dfd7d034;hpb=5b9aa74918361ff5d306c39cb695a77d7ea40b8f;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index a3cd3b20..0ef73646 100644 --- a/Makefile +++ b/Makefile @@ -138,9 +138,10 @@ OBJS += frontend/libpicofe/plat_dummy.o OBJS += frontend/libpicofe/linux/in_evdev.o OBJS += frontend/plat_sdl.o ifeq "$(HAVE_GLES)" "1" -OBJS += frontend/libpicofe/gl.o +OBJS += frontend/libpicofe/gl.o frontend/libpicofe/gl_platform.o LDLIBS += $(LDLIBS_GLES) frontend/libpicofe/plat_sdl.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES) +frontend/libpicofe/gl_platform.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES) frontend/libpicofe/gl.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES) frontend/plat_sdl.o: CFLAGS += -DHAVE_GLES $(CFLAGS_GLES) endif @@ -153,6 +154,7 @@ OBJS += frontend/libpicofe/linux/fbdev.o frontend/libpicofe/linux/xenv.o OBJS += frontend/libpicofe/linux/in_evdev.o OBJS += frontend/plat_pandora.o frontend/plat_omap.o frontend/main.o frontend/menu.o: CFLAGS += -include frontend/pandora/ui_feat.h +frontend/menu.o: CFLAGS += -D_FILE_OFFSET_BITS=64 USE_PLUGIN_LIB = 1 USE_FRONTEND = 1 endif