[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/mesa][debian-experimental] removed unused lua5.4 dependency



Title: GitLab

Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa

Commits:

  • ad5b1efb
    by Fabio Pedretti at 2024-08-18T13:51:00+02:00
    removed unused lua5.4 dependency
    
    from the build log:
    Run-time dependency lua54 found: NO (tried pkgconfig and cmake)
    Run-time dependency lua53 found: NO (tried pkgconfig and cmake)
    Run-time dependency lua52 found: NO (tried pkgconfig and cmake)
    Run-time dependency lua found: NO (tried pkgconfig and cmake)
    Looking for a fallback subproject for the dependency lua54
    Automatic wrap-based subproject downloading is disabled
    Subproject  lua is buildable: NO (disabling)
    Dependency lua54 from subproject lua found: NO (subproject failed to configure)
    
    Eventually it should be used liblua5.4-dev, but this would only needed to
    build unneded freedreno tools.
    

2 changed files:

Changes:

  • debian/control
    ... ... @@ -38,7 +38,6 @@ Build-Depends:
    38 38
      libxshmfence-dev (>= 1.1),
    
    39 39
      libxtensor-dev [linux-arm64],
    
    40 40
      libzstd-dev,
    
    41
    - lua5.4 [arm64 armel armhf],
    
    42 41
      python3,
    
    43 42
      python3-mako,
    
    44 43
      python3-ply,
    

  • debian/control.in
    ... ... @@ -38,7 +38,6 @@ Build-Depends:
    38 38
      libxshmfence-dev (>= 1.1),
    
    39 39
      libxtensor-dev [linux-arm64],
    
    40 40
      libzstd-dev,
    
    41
    - lua5.4 [arm64 armel armhf],
    
    42 41
      python3,
    
    43 42
      python3-mako,
    
    44 43
      python3-ply,
    


  • Reply to: