Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Aug 31, 2024
1 parent 115bf3b commit 6e5dd09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $(@)
Expand Down

0 comments on commit 6e5dd09

Please sign in to comment.