pkg/manifests/service-opengl-ogl-select.p5m
changeset 1172 4597acbe535f
parent 1152 6cf0f98f6d5f
child 1207 996eb6e88a18
equal deleted inserted replaced
1171:d941ec5f3d1f 1172:4597acbe535f
    25 set name=pkg.fmri value=pkg:/service/opengl/ogl-select@$(OSPKGVERS)
    25 set name=pkg.fmri value=pkg:/service/opengl/ogl-select@$(OSPKGVERS)
    26 set name=pkg.description \
    26 set name=pkg.description \
    27     value="ogl-select is a SMF service that determines at boot time which vendor supplied OpenGL headers and libraries will be used, based on the hardware and drivers installed in the system."
    27     value="ogl-select is a SMF service that determines at boot time which vendor supplied OpenGL headers and libraries will be used, based on the hardware and drivers installed in the system."
    28 set name=pkg.summary \
    28 set name=pkg.summary \
    29     value="ogl-select - boot time selection of OpenGL vendor files"
    29     value="ogl-select - boot time selection of OpenGL vendor files"
    30 dir path=lib
       
    31 dir path=lib/opengl
    30 dir path=lib/opengl
    32 dir path=lib/opengl/ogl_select
    31 dir path=lib/opengl/ogl_select
    33 dir path=lib/svc
       
    34 dir path=lib/svc/manifest
       
    35 dir path=lib/svc/manifest/application
       
    36 dir path=lib/svc/manifest/application/opengl
    32 dir path=lib/svc/manifest/application/opengl
    37 dir path=lib/svc/method
       
    38 dir path=usr
       
    39 dir path=usr/X11
       
    40 dir path=usr/X11/include
       
    41 dir path=usr/X11/lib
       
    42 dir path=usr/X11/lib/$(ARCH64)
       
    43 dir path=usr/include
       
    44 dir path=usr/include/GL
    33 dir path=usr/include/GL
    45 dir path=usr/lib
       
    46 dir path=usr/lib/$(ARCH64)
       
    47 dir path=usr/lib/GL
    34 dir path=usr/lib/GL
    48 dir path=usr/lib/GL/$(ARCH64)
    35 dir path=usr/lib/GL/$(ARCH64)
    49 dir path=usr/lib/xorg
    36 dir path=usr/lib/xorg
    50 dir path=usr/lib/xorg/modules
    37 dir path=usr/lib/xorg/modules
    51 dir path=usr/lib/xorg/modules/extensions
    38 dir path=usr/lib/xorg/modules/extensions
    52 dir path=usr/share
       
    53 dir path=usr/share/man
       
    54 dir path=usr/share/man/man1
       
    55 # These dirs are used to resolve dependencies during the build but are not
    39 # These dirs are used to resolve dependencies during the build but are not
    56 # published in the packages as they're created at runtime by the SMF service
    40 # published in the packages as they're created at runtime by the SMF service
    57 dir path=system/volatile/opengl
    41 dir path=system/volatile/opengl
    58 dir path=system/volatile/opengl/include
    42 dir path=system/volatile/opengl/include
    59 dir path=system/volatile/opengl/lib
    43 dir path=system/volatile/opengl/lib
    63 $(i386_ONLY)file path=lib/opengl/ogl_select/nvidia_vendor_select mode=0555
    47 $(i386_ONLY)file path=lib/opengl/ogl_select/nvidia_vendor_select mode=0555
    64 $(sparc_ONLY)file path=lib/opengl/ogl_select/sun_vendor_select mode=0555
    48 $(sparc_ONLY)file path=lib/opengl/ogl_select/sun_vendor_select mode=0555
    65 file path=lib/svc/manifest/application/opengl/ogl-select.xml
    49 file path=lib/svc/manifest/application/opengl/ogl-select.xml
    66 file path=lib/svc/method/ogl-select
    50 file path=lib/svc/method/ogl-select
    67 file path=usr/share/man/man1/ogl-select.1
    51 file path=usr/share/man/man1/ogl-select.1
    68 link path=usr/X11/include/GL target=../../include/GL
       
    69 link path=usr/X11/lib/$(ARCH64)/libGL.so target=libGL.so.1
    52 link path=usr/X11/lib/$(ARCH64)/libGL.so target=libGL.so.1
    70 link path=usr/X11/lib/$(ARCH64)/libGL.so.1 target=../GL/$(ARCH64)/libGL.so.1
    53 link path=usr/X11/lib/$(ARCH64)/libGL.so.1 target=../GL/$(ARCH64)/libGL.so.1
    71 link path=usr/X11/lib/64 target=$(ARCH64)
    54 link path=usr/X11/lib/64 target=$(ARCH64)
    72 link path=usr/X11/lib/GL target=../../lib/GL
    55 link path=usr/X11/lib/GL target=../../lib/GL
    73 link path=usr/X11/lib/libGL.so target=libGL.so.1
    56 link path=usr/X11/lib/libGL.so target=libGL.so.1