From e0e52bf937105f0fa61bd8aa6b72367b7579bbc6 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 14 May 2026 11:18:44 +0200 Subject: [PATCH] Add subpackage for libdrm tests --- recipes/libs/libdrm/recipe.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes/libs/libdrm/recipe.toml b/recipes/libs/libdrm/recipe.toml index 5f873e25..d042ef11 100644 --- a/recipes/libs/libdrm/recipe.toml +++ b/recipes/libs/libdrm/recipe.toml @@ -11,4 +11,12 @@ mesonflags = [ "-Dnouveau=disabled", "-Dradeon=disabled", "-Dvmwgfx=disabled", -] \ No newline at end of file + "-Dinstall-test-programs=true", +] + +[[optional-packages]] +name = "tests" +dependencies = [] +files = [ + "usr/bin/*", +]