logo

inaban

Unnamed repository; edit this file 'description' to name the repository.
commit: 9eeb594aee286e789bcea3837b6e25ea516d82b2
parent: da356d09181986fb99d687fd5792ece2c076d316
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  1 Jul 2019 07:21:45 +0200

Makefile: move -DWLR_USE_UNSTABLE from CFLAGS to CDEPS

Diffstat:

MMakefile4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -11,8 +11,8 @@ OBJS = inaban TRANS = CC = cc -CFLAGS = -g -Wall -Wextra -Wconversion -Wsign-conversion -DWLR_USE_UNSTABLE -CDEPS = `pkg-config --cflags $(DEPS)` -DDATADIR=\"$(DATADIR)\" -DPACKAGE=\"$(PACKAGE)\" -D_POSIX_C_SOURCE=200809L +CFLAGS = -g -Wall -Wextra -Wconversion -Wsign-conversion +CDEPS = `pkg-config --cflags $(DEPS)` -DDATADIR=\"$(DATADIR)\" -DPACKAGE=\"$(PACKAGE)\" -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE LIBS = `pkg-config --libs $(DEPS)` WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)