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/*", +]