libepoxy: enable glx

This commit is contained in:
Jeremy Soller 2025-05-04 19:06:10 -06:00
parent f7710a5701
commit 484186ef02
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -21,6 +21,6 @@ script = """
DYNAMIC_INIT
cookbook_meson \
-Degl=no \
-Dglx=no \
-Dglx=yes \
-Dtests=false
"""