Skip to content
Snippets Groups Projects
Commit 2670257d authored by Anthony Liguori's avatar Anthony Liguori
Browse files

Revert "Make sure to use SDL_CFLAGS everywhere we include SDL headers"


This reverts commit accceed9.

This has proven to cause all sorts of odd build breakages.  I don't think it's
quite ready for stable.

Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent aae95476
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ cocoa.o: cocoa.m
sdl.o: sdl.c keymaps.c sdl_keysym.h
sdl.o audio/sdlaudio.o baum.o: CFLAGS += $(SDL_CFLAGS)
sdl.o audio/sdlaudio.o: CFLAGS += $(SDL_CFLAGS)
vnc.o: vnc.c keymaps.c sdl_keysym.h vnchextile.h d3des.c d3des.h
......
......@@ -724,8 +724,6 @@ LDFLAGS+=-p
main.o: CFLAGS+=-p
endif
vl.o: CFLAGS+=$(SDL_CFLAGS)
$(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS)
$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment