Daniel Campello has uploaded this change for review.

View Change

meson: Generalise libFlashrom product to link as static or dyn

Allow the user to specify if they would like a static archive or a DSO
produced for libFlashrom by way of the flag e.g. `-Ddefault_library=static`.

Signed-off-by: Daniel Campello <campello@chromium.org>
Change-Id: I77e5c298163979a0222270b3ac5d03542e5618f7
---
M meson.build
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/16/51616/1
diff --git a/meson.build b/meson.build
index b7e8c10..d5895d8 100644
--- a/meson.build
+++ b/meson.build
@@ -378,7 +378,7 @@

mapfile = 'libflashrom.map'
vflag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile)
-flashrom = shared_library(
+flashrom = library(
'flashrom',
sources : [
srcs,

To view, visit change 51616. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I77e5c298163979a0222270b3ac5d03542e5618f7
Gerrit-Change-Number: 51616
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Campello <campello@chromium.org>
Gerrit-MessageType: newchange