diff options
author | piernov <piernov@piernov.org> | 2011-09-24 22:20:36 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-24 22:20:36 +0200 |
commit | 4690a9032ded0ece9c5373736af1d79893106427 (patch) | |
tree | 582f2fe39432c48eb5f31f6483b3915c954c5b01 | |
parent | f00709d0557530bef7428ba6447a4dfb1edfa1df (diff) | |
download | nutyx-pakxe-4690a9032ded0ece9c5373736af1d79893106427.tar.gz nutyx-pakxe-4690a9032ded0ece9c5373736af1d79893106427.tar.bz2 nutyx-pakxe-4690a9032ded0ece9c5373736af1d79893106427.tar.xz nutyx-pakxe-4690a9032ded0ece9c5373736af1d79893106427.zip |
mesa3d 7.11-1 correction port
-rw-r--r-- | xorg/mesa3d/.footprint.i686 | 5 | ||||
-rw-r--r-- | xorg/mesa3d/.footprint.x86_64 | 5 | ||||
-rwxr-xr-x | xorg/mesa3d/Pkgfile | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/xorg/mesa3d/.footprint.i686 b/xorg/mesa3d/.footprint.i686 index d23024f84..9f73ae63b 100644 --- a/xorg/mesa3d/.footprint.i686 +++ b/xorg/mesa3d/.footprint.i686 @@ -97,8 +97,3 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/glu.pc -rw-r--r-- root/root usr/lib/pkgconfig/glw.pc -rw-r--r-- root/root usr/lib/pkgconfig/vg.pc -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ --rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nouveau2_drv.so --rwxr-xr-x root/root usr/lib/xorg/modules/drivers/r300_drv.so diff --git a/xorg/mesa3d/.footprint.x86_64 b/xorg/mesa3d/.footprint.x86_64 index d23024f84..9f73ae63b 100644 --- a/xorg/mesa3d/.footprint.x86_64 +++ b/xorg/mesa3d/.footprint.x86_64 @@ -97,8 +97,3 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/glu.pc -rw-r--r-- root/root usr/lib/pkgconfig/glw.pc -rw-r--r-- root/root usr/lib/pkgconfig/vg.pc -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ --rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nouveau2_drv.so --rwxr-xr-x root/root usr/lib/xorg/modules/drivers/r300_drv.so diff --git a/xorg/mesa3d/Pkgfile b/xorg/mesa3d/Pkgfile index f62985d97..baefa7955 100755 --- a/xorg/mesa3d/Pkgfile +++ b/xorg/mesa3d/Pkgfile @@ -26,7 +26,6 @@ build() { --enable-gles1 \ --enable-gles2 \ --enable-openvg \ - --enable-xorg \ --enable-gallium-egl \ --enable-gallium-llvm \ --enable-texture-float \ |