# Add dependency

Source: [https://docs.qualcomm.com/doc/80-88500-2/topic/27_Add_dependency.html](https://docs.qualcomm.com/doc/80-88500-2/topic/27_Add_dependency.html)

Note: Not supported on the Linux Embedded systems.

For the Linux BitBake build, name the dependencies by the recipe names like Wayland and add the dependency as shown in the following code:

    recipes/wayland/weston_8.0.0.bb:     DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native"Copy to clipboard

For the Ubuntu build, the dependency changes to `DEPENDS += libwayland`.

To download the Libwayland package, see [https://ubuntu.com/search?q=libwayland](https://ubuntu.com/search?q=libwayland).

- **[Find the recipe in OpenEmbedded](https://docs.qualcomm.com/doc/80-88500-2/topic/28_Find_the_recipe_in_OpenEmbedded.html)**
- **[Find the Ubuntu packages](https://docs.qualcomm.com/doc/80-88500-2/topic/29_Find_the_Ubuntu_packages.html)**
- **[Replace the Yocto recipes with Ubuntu recipes](https://docs.qualcomm.com/doc/80-88500-2/topic/30_Replace_the_Yocto_recipes_with_Ubuntu_recipes.html)**
- **[Disable the recipes found in OpenEmbedded](https://docs.qualcomm.com/doc/80-88500-2/topic/31_Disable_the_recipes_found_in_OpenEmbedded.html)**
- **[Add Ubuntu package in Ubuntu-base](https://docs.qualcomm.com/doc/80-88500-2/topic/32_Add_Ubuntu_package_in_Ubuntu_base.html)**
- **[Check the Ubuntu build](https://docs.qualcomm.com/doc/80-88500-2/topic/33_Check_the_Ubuntu_build.html)**
- **[Check the downloads](https://docs.qualcomm.com/doc/80-88500-2/topic/34_Check_the_downloads.html)**
- **[Check the Ubuntu BitBake files](https://docs.qualcomm.com/doc/80-88500-2/topic/35_Check_the_Ubuntu_bitbake_files.html)**
- **[Check the Ubuntu-base](https://docs.qualcomm.com/doc/80-88500-2/topic/36_Check_the_Ubuntu_base.html)**

**Parent Topic:** [Build system](https://docs.qualcomm.com/doc/80-88500-2/topic/4_Qualcomm_Robotics_RB5_build_system.html)

Last Published: Aug 18, 2023

[Previous Topic
Rootfs (Linux Embedded)](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/rootfs_linux_embedded.md) [Next Topic
Find the recipe in OpenEmbedded](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/28_Find_the_recipe_in_OpenEmbedded.md)