Skip to content

Commit

Permalink
protonfixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Aug 31, 2024
1 parent f2d7f44 commit 66a7ec6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions patches/proton/xorg-macros.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
diff --git a/Makefile b/Makefile
index 33cf3f5..c1a7fc4 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 $(@)
4 changes: 4 additions & 0 deletions patches/protonprep-valve-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@

popd

pushd protonfixes
patch -Np1 < ../patches/proton/xorg-macros.patch
popd

### END PROTON-GE ADDITIONAL CUSTOM PATCHES ###
### END WINE PATCHING ###

0 comments on commit 66a7ec6

Please sign in to comment.