Skip to content

Commit 45d5919

Browse files
leigh123linuxclefebvre
authored andcommitted
Install image-converter shared object and seahorse-tool (#410)
* Install image converter shared object * Install seahorse-tool
1 parent 4bb7e92 commit 45d5919

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

nemo-image-converter/src/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ libnemo_image_converter = library('nemo-image-converter',
1212
libnemo,
1313
gtk3,
1414
],
15+
install: true,
1516
install_dir: libnemo_extension_dir,
1617
)

nemo-seahorse/tool/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ nemo_seahorse = executable('nemo-seahorse-tool',
2828
libnotify,
2929
avahi,
3030
],
31+
install: true,
32+
install_dir: join_paths(get_option('prefix'), get_option('bindir')),
3133
)
3234

3335
install_data(

0 commit comments

Comments
 (0)