summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2022-12-02 03:44:57 -0500
committerPavel Vinogradov2022-12-02 03:49:22 -0500
commitce4e05956d442043d535f74f76af5ecbbbd8e38f (patch)
tree75ec48fe34d1b4f16c44813a34bfdb27d1d8aa1e /graphics-libs
parent93e8ab9033892d9a3e3298d3e3a5ab7fb6bd207a (diff)
graphics-libs/mesa: removed xvmc option completely
(tools and libxvmc optional dependency)
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/mesa/CONFIGURE32
-rwxr-xr-xgraphics-libs/mesa/DEPENDS3
-rw-r--r--graphics-libs/mesa/HISTORY3
3 files changed, 14 insertions, 24 deletions
diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 200b918ad8..8397407ed2 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -7,6 +7,7 @@ persistent_remove MESA_OSMESA
persistent_remove MESA_DRI &&
persistent_remove MESA_ARCH &&
list_remove MESA_GLX "gallium-xlib" &&
+list_remove MESA_TOOLS "xvmc" &&
# adjust some flags
MESA_GLES1=${MESA_GLES1/true/enabled}
@@ -61,27 +62,16 @@ if list_find "$MESA_VULKAN" all; then
fi &&
config_query_option MESA_GLES1 "support GLES1 - embedded systems" n gles1=enabled gles1=disabled &&
config_query_option MESA_GLES2 "support GLES2/3 - embedded systems" n gles2=enabled gles2=disabled &&
-if [[ "${MESA_BRANCH}" == "scm" ]]; then
- config_query_multi MESA_TOOLS "which tools to build" \
- etnaviv \
- freedreno \
- glsl \
- intel \
- intel-ui \
- nir \
- nouveau &&
- list_remove MESA_TOOLS "xvmc"
-else
- config_query_multi MESA_TOOLS "which tools to build" \
- etnaviv \
- freedreno \
- glsl \
- intel \
- intel-ui \
- nir \
- nouveau \
- xvmc
-fi &&
+
+config_query_multi MESA_TOOLS "which tools to build" \
+ etnaviv \
+ freedreno \
+ glsl \
+ intel \
+ intel-ui \
+ nir \
+ nouveau &&
+
config_query_multi MESA_OMX "OMax support" auto disabled tizonia bellagio
# strip any leading spaces from the driver lists
diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index 8197b57ec5..74edd0532d 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -42,9 +42,6 @@ fi &&
if [[ "${MESA_BRANCH}" == "scm" ]]; then
depends git
-else
- optional_depends libxvmc 'gallium-xvmc=enabled' 'gallium-xvmc=disabled' \
- 'gallium xvmc state tracker(obsolete)'
fi &&
optional_depends libvdpau 'gallium-vdpau=enabled' 'gallium-vdpau=disabled' 'gallium vdpau state tracker' &&
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 4043c08a8f..36926e3831 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-12-02 Pavel Vinogradov <public@sourcemage.org>
+ * CONFIGURE, DEPENDS: removed xvmc option completely
+
2022-11-30 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 22.3.0