open-src/data/ogl-select/mesa_vendor_select
changeset 1708 e360d1d26b1d
parent 1400 63a0b5ebd3ac
equal deleted inserted replaced
1707:e213b7c834fa 1708:e360d1d26b1d
     1 #!/bin/ksh93
     1 #!/bin/ksh93
     2 #
     2 #
     3 # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved.
     4 #
     4 #
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # copy of this software and associated documentation files (the "Software"),
     6 # copy of this software and associated documentation files (the "Software"),
     7 # to deal in the Software without restriction, including without limitation
     7 # to deal in the Software without restriction, including without limitation
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    86 
    86 
    87 # User libraries
    87 # User libraries
    88 make_link ../../../../usr/lib/mesa/libGL.so.1 ${LINKDIR}/lib/libGL.so.1
    88 make_link ../../../../usr/lib/mesa/libGL.so.1 ${LINKDIR}/lib/libGL.so.1
    89 make_link ../../../../../usr/lib/mesa/${DIR64}/libGL.so.1 \
    89 make_link ../../../../../usr/lib/mesa/${DIR64}/libGL.so.1 \
    90 	${LINKDIR}/lib/${DIR64}/libGL.so.1
    90 	${LINKDIR}/lib/${DIR64}/libGL.so.1
       
    91 make_link ../../../../usr/lib/mesa/libEGL.so.1 ${LINKDIR}/lib/libEGL.so.1
       
    92 make_link ../../../../../usr/lib/mesa/${DIR64}/libEGL.so.1 \
       
    93 	${LINKDIR}/lib/${DIR64}/libEGL.so.1
       
    94 make_link ../../../../usr/lib/mesa/libGLESv1_CM.so.1 ${LINKDIR}/lib/libGLESv1_CM.so.1
       
    95 make_link ../../../../../usr/lib/mesa/${DIR64}/libGLESv1_CM.so.1 \
       
    96 	${LINKDIR}/lib/${DIR64}/libGLESv1_CM.so.1
       
    97 make_link ../../../../usr/lib/mesa/libGLESv2.so.2 ${LINKDIR}/lib/libGLESv2.so.2
       
    98 make_link ../../../../../usr/lib/mesa/${DIR64}/libGLESv2.so.2 \
       
    99 	${LINKDIR}/lib/${DIR64}/libGLESv2.so.2
    91 
   100 
    92 # Server modules
   101 # Server modules
    93 make_link ../../../../usr/lib/mesa/modules/extensions/libglx.so \
   102 make_link ../../../../usr/lib/mesa/modules/extensions/libglx.so \
    94 	${LINKDIR}/server/libglx.so
   103 	${LINKDIR}/server/libglx.so
    95 if [[ -d /usr/lib/mesa/modules/extensions/${DIR64} ]] ; then
   104 if [[ -d /usr/lib/mesa/modules/extensions/${DIR64} ]] ; then