xorg-video-intel rebuild

This commit is contained in:
Rmys
2022-05-25 13:32:42 +03:00
committed by GitHub
parent d71c74d0d6
commit 347423aecd
2 changed files with 15 additions and 4 deletions
+8 -4
View File
@@ -10,11 +10,15 @@ from pisi.actionsapi import shelltools
def setup():
# DRI3 has been known to be buggy with the current stack, so is disabled
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
#autotools.autoreconf("-fi")
autotools.configure("--with-default-dri=3 \
--disable-dri1 \
#shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.autoreconf("-fi")
pisitools.cflags.add("-fno-plt")
pisitools.cxxflags.add("-fno-plt")
pisitools.ldflags.add("-z,now")
autotools.configure("--disable-dri1 \
--enable-dri \
--enable-sna \
--enable-uxa")
+7
View File
@@ -79,6 +79,13 @@
</Package>
<History>
<Update release="14">
<Date>2022-05-25</Date>
<Version>20210222</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2021-11-12</Date>
<Version>20210222</Version>