commit:     6e7be462c1162844e3fa9d66f7beece777511154
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 20:25:21 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 21:04:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7be462

x11-apps/igt-gpu-tools: Reorder configuration options

To match the order in meson_options.txt.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild 
b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild
index 62113e876de6..8978da4a70eb 100644
--- a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild
+++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild
@@ -91,16 +91,19 @@ src_configure() {
        use overlay && use X && overlay_backends+="x,"
 
        local emesonargs=(
+               $(meson_feature overlay)
+               -Doverlay_backends=${overlay_backends%?}
                $(meson_feature chamelium)
-               $(meson_feature doc docs)
+               $(meson_feature valgrind)
                $(meson_feature man)
-               $(meson_feature overlay)
-               $(meson_feature runner)
+               -Dtestplan=disabled
+               -Dsphinx=disabled
+               $(meson_feature doc docs)
                $(meson_feature tests)
-               $(meson_feature valgrind)
-               $(meson_feature unwind libunwind)
-               -Doverlay_backends=${overlay_backends%?}
+               -Dxe_driver=disabled
                -Dlibdrm_drivers=${gpus%?}
+               $(meson_feature unwind libunwind)
+               $(meson_feature runner)
        )
        meson_src_configure
 }

Reply via email to