From 484186ef021192fb307b7280f60402ebd033b4ce Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 4 May 2025 19:06:10 -0600 Subject: [PATCH] libepoxy: enable glx --- recipes/wip/libs/other/libepoxy/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/libs/other/libepoxy/recipe.toml b/recipes/wip/libs/other/libepoxy/recipe.toml index 3c770bf0..74969e25 100644 --- a/recipes/wip/libs/other/libepoxy/recipe.toml +++ b/recipes/wip/libs/other/libepoxy/recipe.toml @@ -21,6 +21,6 @@ script = """ DYNAMIC_INIT cookbook_meson \ -Degl=no \ - -Dglx=no \ + -Dglx=yes \ -Dtests=false """