diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:23:09 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:23:09 +0100 |
| commit | 5d331ca804c730065a9e82dd262f634fed5b84fb (patch) | |
| tree | 4d7dab20a8d6cad74a56c613306ac7161e351634 /config.mk | |
| parent | Update e-mail (diff) | |
| download | xkbdbind-5d331ca804c730065a9e82dd262f634fed5b84fb.tar.gz xkbdbind-5d331ca804c730065a9e82dd262f634fed5b84fb.tar.bz2 xkbdbind-5d331ca804c730065a9e82dd262f634fed5b84fb.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -PREFIX = /usr +PREFIX = /usr MANPREFIX = $(PREFIX)/share/man PACKAGE = xkbdbind @@ -6,5 +6,5 @@ PACKAGE = xkbdbind CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -Wall -O2 $(CPPFLAGS) +CFLAGS = LDFLAGS = -lxcb -lxcb-keysyms |
