xorg-video-intel rebuild
This commit is contained in:
@@ -10,11 +10,15 @@ from pisi.actionsapi import shelltools
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
# DRI3 has been known to be buggy with the current stack, so is disabled
|
# DRI3 has been known to be buggy with the current stack, so is disabled
|
||||||
|
|
||||||
|
|
||||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
#shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||||
#autotools.autoreconf("-fi")
|
autotools.autoreconf("-fi")
|
||||||
autotools.configure("--with-default-dri=3 \
|
pisitools.cflags.add("-fno-plt")
|
||||||
--disable-dri1 \
|
pisitools.cxxflags.add("-fno-plt")
|
||||||
|
pisitools.ldflags.add("-z,now")
|
||||||
|
|
||||||
|
autotools.configure("--disable-dri1 \
|
||||||
--enable-dri \
|
--enable-dri \
|
||||||
--enable-sna \
|
--enable-sna \
|
||||||
--enable-uxa")
|
--enable-uxa")
|
||||||
|
|||||||
@@ -79,6 +79,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="13">
|
||||||
<Date>2021-11-12</Date>
|
<Date>2021-11-12</Date>
|
||||||
<Version>20210222</Version>
|
<Version>20210222</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user