Skip to content

waylovely-comp/buildscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kawaii!!Wraps

kawaii!!Wraps Is an open source collection for boostrapping a large chunk of software dependencies for embedded use cases in Android.

Available Collections

  • waylovely - Set of packages needed by a typical Wayland compositors on Android!!
  • xlovely - Set of packages needded by a typical XWayland setup on Android!!
  • utils - For libraries that are "utilities", they're not grouped for a certain setup, but packages might want to depend on individual packages!!

How to use in Kawaii

You can add this to your kawaii.toml configuration.

collections = [
    "https://github.com/waylovely-project/kawaii-wraps"
]

If you're adding a new package and want to depend on other packages, you can do that with:

deps = [
    "glib", "dbus", "libffi"
    # Add more as you wish!!
]

Say, you're making a Wayland compositor for Android, you might need all the dependencies. You can just import all dependencies under the waylovely category.

deps = ["waylovely/*"]

About

Android cross-compilation recipes for Linux system packages using Kawaiibuild

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors