We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eab7cb + 1016f45 commit 16b3032Copy full SHA for 16b3032
recipes/graphics/wayland/weston.yaml
@@ -78,7 +78,24 @@ buildScript: |
78
install/etc/init.d/S80weston.sh
79
fi
80
81
-packageScript: |
82
- mesonPackageTgt
+multiPackage:
+ "":
83
+ depends:
84
+ - name: graphics::wayland::weston-libweston-tgt
85
+ use: []
86
+ packageScript: mesonPackageBin
87
+ provideDeps: [ "*-tgt" ]
88
-provideDeps: [ "*-tgt" ]
89
+ libweston:
90
+ multiPackage:
91
+ dev:
92
+ packageScript: |
93
+ mesonPackageDev "$1" \
94
+ "/usr/" "/usr/share/" \
95
+ "/usr/share/libweston-14/" \
96
+ "/usr/share/libweston-14/protocols/"
97
+ provideDeps: [ "*-dev" ]
98
+
99
+ tgt:
100
+ packageScript: mesonPackageLib
101
0 commit comments