Skip to content

Commit

Permalink
Install xorg-macros before building xrandr
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 31, 2024
1 parent 8cfe157 commit 00129ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ protonfixes-install: protonfixes
#

$(OBJDIR)/.build-xrandr-dist: | $(OBJDIR)
$(info :: Installing xorg-macros )
cd subprojects/xutils-dev/util-macros && \
./configure --prefix=/usr && \
make install
$(info :: Building xrandr )
cd subprojects/x11-xserver-utils/xrandr && \
./configure --prefix=/usr && \
Expand Down

0 comments on commit 00129ee

Please sign in to comment.