Fix missing SDL_gfx pkg-config check

This commit is contained in:
nikp123 2023-12-06 18:00:52 +01:00
parent 542848dd6b
commit a0bd3ed5e9
No known key found for this signature in database
GPG key ID: CA565C18BF2C1BEC

View file

@ -15,8 +15,8 @@
CC ?= gcc
PREFIX ?= /usr/local
SDL_CFLAGS := $(shell pkg-config --cflags sdl 2>&1)
SDL_LIBS = $(shell pkg-config --libs sdl)
SDL_CFLAGS := $(shell pkg-config --cflags sdl SDL_gfx 2>&1)
SDL_LIBS = $(shell pkg-config --libs sdl SDL_gfx)
LIB_VERSION = 1.2