~schnouki/pustule

e3f784539860e678076f63d9ba8c3dd532e8579c — Thomas Jost 1 year, 5 months ago c18aac2 master
Make Lua 5.3 a hard dependency

Doesn't compile against 5.4 right now.
1 files changed, 2 insertions(+), 2 deletions(-)

M Makefile
M Makefile => Makefile +2 -2
@@ 7,8 7,8 @@ BINDIR ?= $(_INSTDIR)/bin
SHAREDIR ?= $(_INSTDIR)/share
MANDIR ?= $(SHAREDIR)/man

DEPS_CFLAGS  = `pkg-config --cflags lua libpulse`
DEPS_LDFLAGS = `pkg-config --libs lua libpulse`
DEPS_CFLAGS  = `pkg-config --cflags lua53 libpulse`
DEPS_LDFLAGS = `pkg-config --libs lua53 libpulse`
OUTDIR = .build

OBJECTS = \