1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-14 09:09:28 +00:00

Revert "meson: Add install flag for libgdbofono"

This reverts commit 3ef10bf60a.

The libgdbofono doesn't need to be installed, nor should it be at
least for now.
This commit is contained in:
Bob Ham 2018-06-11 12:16:11 +01:00
parent dd7f7a6c9e
commit ee5629fd12

View file

@ -16,5 +16,4 @@ deps = [ dependency('gio-2.0'),
gdbofono_lib = static_library('gdbofono',
gdbus_src,
include_directories : include_directories('..'),
install: true,
dependencies : deps )