Skip to content

Commit

Permalink
Merge pull request #117 from R1kaB3rN/xorg-macros
Browse files Browse the repository at this point in the history
fix: build xorg-macros before xrandr
  • Loading branch information
GloriousEggroll authored Aug 31, 2024
2 parents 0bd7e8f + 00129ee commit 286404f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "subprojects/libmspack"]
path = subprojects/libmspack
url = https://github.com/kyz/libmspack.git
[submodule "subprojects/xutils-dev"]
path = subprojects/xutils-dev
url = https://salsa.debian.org/xorg-team/app/xutils-dev.git
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
1 change: 1 addition & 0 deletions subprojects/xutils-dev
Submodule xutils-dev added at 305b80

0 comments on commit 286404f

Please sign in to comment.