Skip to content
Snippets Groups Projects

install: explicitly install osk-sdl when needed

Merged Imported Administrator requested to merge install_osk-sdl into master
  1. Jun 25, 2021
    • Clayton Craft's avatar
      install: explicitly install osk-sdl when needed (MR 2066) · 31e36e19
      Clayton Craft authored
      This adds osk-sdl to the rootfs when --fde is set, or when building a
      rootfs for the ondev installer. Ideally the ondev installer would
      selectively install osk-sdl if the user opted for fde at runtime, but
      I haven't found a straight forward way to enable that yet, and this
      behavior here is no different than the current behavior (where osk-sdl
      is always installed in the rootfs by way of depends= in pmos-mkinitfs).
      
      For images that are built without --fde, osk-sdl won't be installed at
      all in the rootfs, once the dependency is dropped from pmos-mkinitfs.
      Instead, a dummy package postmarketos-base-nofde will be installed
      instead to satisfy the dependency that postmarketos-mkinitfs has on the
      virtual package "postmarketos-fde-unlocker"
      Unverified
      31e36e19
Loading