]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- updated todo and bconds
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Feb 2012 20:05:31 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.301

Mesa.spec

index 3525b3d64dbb7d1196b308771e771624cb2c02d9..8e66c184e005c4420fdfddf2db46f54b07446db0 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -1,18 +1,17 @@
 #
 # TODO:
 # - consider:
-#   --enable-shared-glapi (for libGL; required if the same app uses GL and GLES)
 #   --enable-shared-dricore
 # - subpackage with non-dri libGL for use with X-servers with missing GLX extension?
 # - resurrect static if it's useful
 #
 # Conditional build:
-%bcond_without egl     # build egl
-%bcond_without gallium # don't build gallium
+%bcond_without egl             # EGL libraries
+%bcond_without gallium         # gallium drivers
 %bcond_with    gallium_intel   # gallium i915 driver (but doesn't work with AIGLX)
 %bcond_without gallium_nouveau # gallium nouveau driver
-%bcond_without osmesa  # don't build osmesa
-%bcond_without gbm     # with Graphics Buffer Manager
+%bcond_without osmesa          # OSMesa libraries
+%bcond_without gbm             # with Graphics Buffer Manager
 %bcond_with    static_libs     # static libraries
 #
 # minimal supported xserver version
@@ -685,7 +684,7 @@ cp -p src/mesa/osmesa.pc osmesa8
        --enable-xvmc \
        --with-gallium-drivers=${gallium_drivers} \
 %else
-       --disable-gallium \
+       --without-gallium-drivers \
 %endif
        --with-driver=dri \
        --with-dri-drivers=${dri_drivers} \
This page took 0.039357 seconds and 4 git commands to generate.