Skip to content

Commit

Permalink
Fix vinject lib name in meson script
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhadeepJasu committed Dec 6, 2023
1 parent 0cc291f commit b6a28bf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions com.github.ensemblesaw.ensembles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ modules:
# Adds dependency injection
- name: vinject
buildsystem: meson
cleanup:
- /include
sources:
- type: git
url: https://gitlab.com/geeky_endeavours/vinject.git
Expand Down Expand Up @@ -147,6 +145,12 @@ modules:
# The app itself
- name: ensembles
buildsystem: meson
build-options:
config-opts:
- -Dprofile=default
- -Dbuildtype=release
- --wrap-mode=nofallback
- --force-fallback-for=ens-enstl-0,ens-shell-cli-0,ens-shell-gtk-0,ens-aw-core-0
sources:
- type: dir
path: .
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gettext_package = application_id
dependencies = [
dependency ('glib-2.0'),
dependency ('gee-0.8'),
dependency ('libvinject-0.0.0', fallback: ['libvinject', 'vinject_dep']),
dependency ('Vinject-0.0.0', fallback: ['libvinject', 'vinject_dep']),
dependency ('ens-enstl-0', fallback: ['enstl', 'enstl_dep']),
dependency ('ens-shell-cli-0', fallback: ['ens-shell-cli', 'ens_shell_cli_dep']),
dependency ('ens-shell-gtk-0', fallback: ['ens-shell-gtk', 'ens_shell_gtk_dep'],
Expand Down
2 changes: 1 addition & 1 deletion subprojects/ens-aw-core
Submodule ens-aw-core updated 1 files
+1 −1 meson.build

0 comments on commit b6a28bf

Please sign in to comment.