xorg-video-intel rebuild
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user