diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-20 01:24:22 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-20 01:24:22 -0500 |
| commit | 15576352ea871f2d2a6c3fc02d5c90d9741395ff (patch) | |
| tree | afae8e35dbaf86b115c1dd723f261e052c4607b4 /Makefile | |
| parent | 8dccfdebef5d99cd3a9173c580e3d712b0314ad5 (diff) | |
| download | suggpicker-15576352ea871f2d2a6c3fc02d5c90d9741395ff.tar.gz | |
virtual keyboard: get rid of keymap
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index a1bcca3..0bdd98e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ PKGS = wayland-client xkbcommon pangocairo WVKBD_SOURCES += $(wildcard $(SRC)/*.c) WVKBD_HEADERS += $(wildcard $(SRC)/*.h) -CFLAGS += -std=gnu99 -Wall -g -DWITH_WAYLAND_SHM -DLAYOUT=\"layout.${LAYOUT}.h\" -DKEYMAP=\"keymap.${LAYOUT}.h\" +CFLAGS += -std=gnu99 -Wall -g -DWITH_WAYLAND_SHM -DLAYOUT=\"layout.${LAYOUT}.h\" CFLAGS += $(shell pkg-config --cflags $(PKGS)) LDFLAGS =$(shell pkg-config --libs $(PKGS)) -lm -lutil -lrt |
