Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace libappimage submodule with FetchContent #1190

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2022

  1. Remove libappimage git submodule

    The submodule is replaced with CMake FetchContent commands, which fetch the source at configure time (We need to include scripts.cmake from libappimage. ExternalProject_Add only downloads at build time).
    
    Also update libappimage version to latest (otherwise the build fails on g++11) and patch in AppImageCommunity/libappimage#160 (to allow using latest libappimage in AppImageKit.
    
    Also update squashfs-tools version to latest release (otherwise the build fails on g++11)
    
    Also related to AppImage#1165
    lalten committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f1c9ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fc2a91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d7f314 View commit details
    Browse the repository at this point in the history