LibGME debian rules hack

This commit is contained in:
mazmazz 2018-11-26 07:45:41 -05:00
parent 9e025cfd33
commit ac2e93abbb
1 changed files with 2 additions and 0 deletions

2
debian/rules vendored
View File

@ -71,6 +71,8 @@ MENUFILE2 = title="$(TITLE)" command="/$(PKGDIR)/$(PACKAGE)"
export PKG_CONFIG_LIBDIR = /usr/lib/$(CROSS_COMPILE_HOST)/pkgconfig
BINDIR := $(DIR)/bin/Linux/Release
LDFLAGS += "-Wl,-rpath=/usr/lib/$(CROSS_COMPILE_HOST)"
# FIXME libgme-dev on debian doesn't use pkg-config yet, so put in the linker flag ourselves
MAKEARGS += LIBGME_LDFLAGS=-lgme
build:
$(MKDIR) $(BINDIR)/debug