Skip to content

Commit c83ec40

Browse files
committed
mesa3d: fix default of MESA3D_PLATFORM
Do not depend on X dependencies if the default (wayland) is used.
1 parent 3c1019f commit c83ec40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipes/libs/mesa3d.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ multiPackage:
115115
- graphics::wayland::wayland-protocols
116116
- graphics::wayland::wayland-dev
117117

118-
- if: "$(eq,$MESA3D_PLATFORM,x11)"
118+
- if: "$(eq,$MESA3D_PLATFORM,wayland)"
119119
depends:
120120
- graphics::xorg::proto::xorgproto
121121
- libs::xcb::libxcb-dev
@@ -148,7 +148,7 @@ multiPackage:
148148
- if: "$(eq,$MESA3D_PLATFORM,wayland)"
149149
name: graphics::wayland::wayland-tgt
150150

151-
- if: "$(eq,$MESA3D_PLATFORM,x11)"
151+
- if: "$(eq,$MESA3D_PLATFORM,wayland)"
152152
depends:
153153
- libs::xcb::libxcb-tgt
154154
- libs::xorg::libX11-tgt

0 commit comments

Comments
 (0)