On OpenBSD framebuffer resource building should link the correct library

This commit is contained in:
Vincent Sanders 2015-05-03 14:10:34 +01:00
parent 3c129b3221
commit f6dde27dd2

View File

@ -112,7 +112,7 @@ FB_IMAGE_throbber8 := framebuffer/res/throbber/throbber8.png
# local compiler flags # local compiler flags
ifeq ($(HOST),OpenBSD) ifeq ($(HOST),OpenBSD)
HOST_CFLAGS += $(shell $(PKG_CONFIG) --cflags libpng) HOST_CFLAGS += $(shell $(PKG_CONFIG) --cflags libpng)
HOST_LDFLAGS += $(shell $(PKG_CONFIG) --libs openssl) HOST_LDFLAGS += $(shell $(PKG_CONFIG) --libs libpng)
else else
HOST_CFLAGS += HOST_CFLAGS +=
HOST_LDFLAGS += -lpng HOST_LDFLAGS += -lpng