Skip to content

Commit

Permalink
Right dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloventuroso committed Jul 25, 2018
1 parent 97530d8 commit 8f79a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Build-Depends: cmake (>= 2.8),
libvte-2.91-dev,
libgranite-dev,
libgee-0.8-dev
libunity-dev
Standards-Version: 3.9.3

Package: com.github.muriloventuroso.easyssh
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gnome = import('gnome')
i18n = import('i18n')

add_global_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"', language:'c')

add_project_arguments('--define=UNITY_SUPPORT=1', language : 'vala')
# Add locale support
conf = configuration_data()
conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
Expand Down

0 comments on commit 8f79a1c

Please sign in to comment.