X-Git-Url: http://git.localhorst.tv/?p=space.git;a=blobdiff_plain;f=build%2Fconfig.mk;h=d5a8fab1fc884758fc688464643f8739f8aaa845;hp=efbf376a49381cfb132a95b7dde693964d358977;hb=61c2d30a60d586cbe63885885c6a373c7713af1e;hpb=08d0e47634e1632c96ebe3308535a86f5e625b40 diff --git a/build/config.mk b/build/config.mk index efbf376..d5a8fab 100644 --- a/build/config.mk +++ b/build/config.mk @@ -17,11 +17,8 @@ LDFLAGS ?= CXXFLAGS += -Wall -Werror # libraries -SDL_FLAGS = $(shell pkg-config --cflags sdl) -SDL_LIBS = $(shell pkg-config --libs sdl) - -SDL_IMG_FLAGS = $(shell pkg-config --cflags SDL_image) -SDL_IMG_LIBS = $(shell pkg-config --libs SDL_image) +SDL_FLAGS = $(shell pkg-config --cflags sdl2) +SDL_LIBS = $(shell pkg-config --libs sdl2) CPPUNIT_FLAGS = $(shell pkg-config --cflags cppunit) CPPUNIT_LIBS = $(shell pkg-config --libs cppunit)