From 6e5dd09697e451a6a90a0989f2749fa9a5761ab8 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sat, 31 Aug 2024 16:14:33 -0600 Subject: [PATCH] fixup --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33cf3f5a..c1a7fc4f 100644 --- a/Makefile +++ b/Makefile @@ -34,10 +34,12 @@ protonfixes-install: protonfixes $(OBJDIR)/.build-xrandr-dist: | $(OBJDIR) $(info :: Installing xorg-macros ) cd subprojects/xutils-dev/util-macros && \ + autoreconf -iv && \ ./configure --prefix=/usr && \ - make install + make DESTDIR=$(INSTALL_DIR) install $(info :: Building xrandr ) cd subprojects/x11-xserver-utils/xrandr && \ + autoreconf -iv -I$(INSTALL_DIR)/usr/share/aclocal && \ ./configure --prefix=/usr && \ make touch $(@)