Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
eudaldgr authored Feb 1, 2020
1 parent 67bcd4a commit 58d0a19
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.eudaldgr.elements', 'vala', 'c', version: '0.0.5')
project('com.github.eudaldgr.elements', 'vala', 'c')

gnome = import('gnome')
i18n = import('i18n')
Expand All @@ -15,26 +15,8 @@ asresources = gnome.compile_resources(
c_name: 'as'
)

dependencies = [
dependency('gee-0.8'),
dependency('glib-2.0'),
dependency('gio-2.0'),
dependency('granite'),
dependency('gtk+-3.0'),
meson.get_compiler('c').find_library('m', required : false)
]

subdir('src')

executable(
meson.project_name(),
sources,
asresources,
dependencies: dependencies,
install: true
)

subdir('data')
subdir('po')
subdir('src')

meson.add_install_script('meson/post_install.py')
meson.add_install_script(join_paths('meson', 'post_install.py'))

0 comments on commit 58d0a19

Please sign in to comment.