Skip to content

Commit

Permalink
Fix issues reported by linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Sep 13, 2023
1 parent ddd7323 commit d2536b1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions org.d3cod3.Mosaic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ modules:
- "/lib/pkgconfig"

- name: liburiparser
buildsystem: cmake
buildsystem: cmake-ninja
config-opts:
- "-DURIPARSER_BUILD_DOCS=OFF"
- "-DURIPARSER_BUILD_TESTS=OFF"
Expand All @@ -251,24 +251,20 @@ modules:
sha256: 55f399fbb470942410d348584dc953bcaec926415d3462f471ef350f29b5870a

- name: poco
buildsystem: cmake
buildsystem: cmake-ninja
sources:
- type: archive
url: https://github.com/pocoproject/poco/archive/poco-1.12.4-release.tar.gz
sha256: 71ef96c35fced367d6da74da294510ad2c912563f12cd716ab02b6ed10a733ef
- name: libdaemon
buildsystem: autotools
config-opts:
- "--prefix=/app"
sources:
- type: git
url: git://git.0pointer.net/libdaemon.git
url: https://git.0pointer.net/libdaemon.git
commit: 9fcc28e0e8f84968d1fb8b6d544a42efb13803ec

- name: libevent
buildsystem: autotools
config-opts:
- "--prefix=/app"
sources:
- type: git
url: https://github.com/libevent/libevent
Expand All @@ -277,7 +273,6 @@ modules:
- name: avahi
buildsystem: autotools
config-opts:
- "--prefix=/app"
- "--with-distro=none"
- "--disable-gtk3"
- "--disable-mono"
Expand Down

0 comments on commit d2536b1

Please sign in to comment.