From fb0db5d269ff178322dc23ae6c18049f3f8b9772 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 25 Jun 2021 16:42:47 +0200 Subject: Let main Makefile select package manager MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-xrandr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xorg-xrandr') diff --git a/xorg-xrandr/Makefile b/xorg-xrandr/Makefile index 6eed73b..b35df78 100644 --- a/xorg-xrandr/Makefile +++ b/xorg-xrandr/Makefile @@ -1,10 +1,11 @@ .POSIX: +include ../common.mk XINITRC_ORDER = 15 # Testing that xwallpaper is installed because setres calls it install: - pacman -Qq -- xwallpaper /dev/null + $(CHECK_INSTALLED) xwallpaper mkdir -p -- ~/.config/X11/xinit/xinitrc.d test ! -d ~/.config/X11/xinit/xinitrc.d/$(XINITRC_ORDER)-xorg-xrandr ln -sf -- ~/.dotfiles/xorg-xrandr/xinit ~/.config/X11/xinit/xinitrc.d/$(XINITRC_ORDER)-xorg-xrandr -- cgit v1.2.3-70-g09d2