aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/libva.az
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/libva.az')
-rw-r--r--internal/rosa/package/libva.az6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/rosa/package/libva.az b/internal/rosa/package/libva.az
index 5d5c86ef..5cb3a9b4 100644
--- a/internal/rosa/package/libva.az
+++ b/internal/rosa/package/libva.az
@@ -12,9 +12,9 @@ package libva {
exec = meson {
setup = {
- "Dwith_x11": "yes";
- "Dwith_glx": "yes";
- "Dwith_wayland": "yes";
+ "with_x11": "yes";
+ "with_glx": "yes";
+ "with_wayland": "yes";
};
};