From 51471943e2d37bd864c4b53f7e0976ccdf163457 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 15:17:32 +0200 Subject: Add xkbdbind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-server/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xorg-server/Makefile') diff --git a/xorg-server/Makefile b/xorg-server/Makefile index 29edef7..72de69f 100644 --- a/xorg-server/Makefile +++ b/xorg-server/Makefile @@ -17,10 +17,16 @@ install: $(CHECK_INSTALLED) xorg-xmodmap mkdir -p -- ~/.local/bin ln -sf -- ~/.dotfiles/xorg-server/setkeys ~/.local/bin/ + test -d xkbdbind || git clone 'git://git.maandree.se/xkbdbind' + gpp -s '%%' < xkbdbind.config.h.gpp > xkbdbind/config.h + make -C xkbdbind + ln -sf -- ~/.dotfiles/xorg-server/xkbdbind/xkbdbind ~/.local/bin/ uninstall: -unlink -- ~/.config/backgrounds -unlink -- ~/.config/background -unlink -- ~/.local/bin/setkeys + -unlink -- ~/.local/bin/xkdbind + -rm -rf -- xkbdbind .PHONY: install uninstall -- cgit v1.2.3-70-g09d2