mesa:edit

This commit is contained in:
alihanozturk
2016-03-27 21:24:14 +03:00
parent def36acb96
commit 214891876f
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -10,14 +10,14 @@ from pisi.actionsapi import pisitools
Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
def setup():
autotools.autoreconf("-vif")
#autotools.autoreconf("-vif")
# --enable-sysfs option provides better hardware information support with "lspci"
# --enable-32-bit option is not present anymore. Although build fails in emul32. With --disable-asm option, not fail. Needs to be tested.
options ="\
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-gallium-drivers=r300,r600,nouveau,svga,swrast \
--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
--with-egl-platforms=x11,drm,wayland \
--enable-xa \
@@ -69,4 +69,4 @@ def install():
return
pisitools.dodoc("docs/COPYING")
pisitools.dohtml("docs/*")
pisitools.dohtml("docs/*")
+1
View File
@@ -20,6 +20,7 @@
<Dependency>llvm-libs</Dependency>
<Dependency>llvm-clang-devel</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>libdrm-devel</Dependency>
<Dependency>libXext-devel</Dependency>