Add OE-SDK option to Meson

Add option to enable oe-sdk which will setup linker arguments to allow
for building and running tests with the x86 SDK.

Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Change-Id: I8279b7d862e29235d2d4eae39405cc35a51b762f
diff --git a/tools/i2c/test/meson.build b/tools/i2c/test/meson.build
index e732a84..1401914 100644
--- a/tools/i2c/test/meson.build
+++ b/tools/i2c/test/meson.build
@@ -6,6 +6,8 @@
     dependencies: [
         gmock
     ],
+    link_args: dynamic_linker,
+    build_rpath: get_option('oe-sdk').enabled() ? rpath : '',
     include_directories: [
         libi2c_inc,
         libi2c_dev_mock_inc