Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Great! Now Houston insists on my binary adopting the misspelled name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alcinnz committed Dec 23, 2017
1 parent c5be109 commit a2ce5dc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,21 @@ executable('io.github.alcinnz.Odysseus',
],
install: true
)
executable('com.github.alcinnz.oddysseus',
source_files,

c_args: c_args,
link_args: ['-lm'],
dependencies: [
dependency('gtk+-3.0'),
dependency('granite'),
dependency('webkit2gtk-4.0'),
dependency('json-glib-1.0'),
dependency('gee-0.8'),
dependency('libsoup-2.4'),
dependency('sqlite3'),
dependency('unity'),
posix_dep
],
install: true
)

0 comments on commit a2ce5dc

Please sign in to comment.