mirror of
https://github.com/vale981/yabar
synced 2025-03-04 17:11:38 -05:00
change makefile possible fix for #22
This commit is contained in:
parent
83c5d32e59
commit
e072643df8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
VERSION = $(shell git describe)
|
||||
CPPFLAGS += -DVERSION=\"$(VERSION)\" -DYABAR_RANDR
|
||||
CPPFLAGS += -DVERSION=\"$(VERSION)\" -DYABAR_RANDR -D_POSIX_C_SOURCE=199309L
|
||||
CFLAGS += -std=c99 -pedantic -Wall -O2 `pkg-config --cflags pango pangocairo libconfig`
|
||||
INCLDS := -I.
|
||||
LDLIBS := -lxcb -lpthread -lxcb-randr `pkg-config --libs pango pangocairo libconfig`
|
||||
|
|
Loading…
Add table
Reference in a new issue