Go to file
Stefan Dirsch 544e282c6e - CXX needs to be set to an existing g++ compiler; otherwise you get
meson.build:4:0: ERROR: Unknown compiler(s): [['c++'], ['g++'], ['clang++'], ['nvc++'], ['pgc++'], ['icpc'], ['icpx']]
    The following exception(s) were encountered:
    Running `c++ --version` gave "[Errno 2] No such file or directory: 'c++'"
    Running `g++ --version` gave "[Errno 2] No such file or directory: 'g++'"
    Running `clang++ --version` gave "[Errno 2] No such file or directory: 'clang++'"
    Running `nvc++ --version` gave "[Errno 2] No such file or directory: 'nvc++'"
    Running `pgc++ --version` gave "[Errno 2] No such file or directory: 'pgc++'"
    Running `icpc --version` gave "[Errno 2] No such file or directory: 'icpc'"
    Running `icpx --version` gave "[Errno 2] No such file or directory: 'icpx'"
  Since there is no 'g++' available I take 'g++-14', i.e. 
   export CXX=g++-14
  I don't care if gcc gets updated and Mesa fails then. I much more
  often need to update Mesa than we see a gcc update ...

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1383
2025-03-06 22:35:59 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-06 14:59:25 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00
2025-03-05 22:18:03 +00:00

DRI Driver update mechanism
---------------------------

If any corresponding DRI driver is found in "/usr/lib/dri/updates/"
it will be favored over the one in "/usr/lib/dri/" and will be used
for 32/64 bit applications.

On 32/64 bit biarch platforms additionally a corresponding DRI driver
in "/usr/lib64/dri/updates/" will be favored over the one in 
"/usr/lib64/dri/" and will be used for 64bit applications.
Description
No description provided
Readme 79 MiB
Languages
Standard ML 100%