[haiku-commits] haiku: hrev51339 - /

  • From: jerome.duval@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 2 Aug 2017 19:33:07 +0200 (CEST)

hrev51339 adds 1 changeset to branch 'master'
old head: 0b18b79ce4e3155d408c61f460e0b1c1c057a2e2
new head: 6454164d8dc66d8f19243076e6dadc2ae5e2ad9e
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=6454164d8dc6+%5E0b18b79ce4e3

----------------------------------------------------------------------------

6454164d8dc6: Include mesa_swrast on x86_gcc2, mesa_swpipe otherwise.

                                   [ Jérôme Duval <jerome.duval@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev51339
Commit:      6454164d8dc66d8f19243076e6dadc2ae5e2ad9e
URL:         http://cgit.haiku-os.org/haiku/commit/?id=6454164d8dc6
Author:      Jérôme Duval <jerome.duval@xxxxxxxxx>
Date:        Wed Aug  2 17:29:54 2017 UTC

----------------------------------------------------------------------------

1 file changed, 3 insertions(+), 2 deletions(-)
Jamfile | 5 +++--

----------------------------------------------------------------------------

diff --git a/Jamfile b/Jamfile
index d418ab4..c43f376 100644
--- a/Jamfile
+++ b/Jamfile
@@ -29,7 +29,7 @@ AddHaikuImagePackages [ FFilterByBuildFeatures
                bzip2 ctags diffutils expat ffmpeg findutils gawk glu grep 
gutenprint
                gzip jasper jpeg
                less libicns libpcap libpng16 libwebp
-               mesa mesa_devel mesa_swrast
+               mesa mesa_devel mesa_swpipe@!gcc2 mesa_swrast@gcc2
                netcat
                sed sharutils
                tar tcpdump unzip wget which zip
@@ -53,7 +53,8 @@ if $(HAIKU_PACKAGING_ARCHS[2]) {
                                }@
                        ] ;
                        if $(TARGET_PACKAGING_ARCH) != x86_gcc2 {
-                               AddHaikuImagePackages [ FFilterByBuildFeatures 
gcc_syslibs ] ;
+                               AddHaikuImagePackages [ FFilterByBuildFeatures 
gcc_syslibs
+                                       mesa_swpipe ] ;
                        }
                }
        }


Other related posts:

  • » [haiku-commits] haiku: hrev51339 - / - jerome . duval