From 32fd9cacf2f1de2bf5b99f4eaef17cacf349b8ab Mon Sep 17 00:00:00 2001 From: "pius.lee" Date: Wed, 31 Aug 2016 13:31:51 +0900 Subject: [PATCH] Fix build configuration for Device api dependency Change-Id: I2517445abaa925531cc92e8e7ec73f658b2992dc --- Tizen.Runtime/Tizen.CoreFX.Ref.Targets | 2 +- packaging/dotnet-launcher.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Tizen.Runtime/Tizen.CoreFX.Ref.Targets b/Tizen.Runtime/Tizen.CoreFX.Ref.Targets index 8c1d628..065f966 100644 --- a/Tizen.Runtime/Tizen.CoreFX.Ref.Targets +++ b/Tizen.Runtime/Tizen.CoreFX.Ref.Targets @@ -2,7 +2,7 @@ /opt/usr/share/tizen.net/ref - /usr/share/assembly + /opt/usr/share/dotnet.tizen/framework diff --git a/packaging/dotnet-launcher.spec b/packaging/dotnet-launcher.spec index 62864e8..d6d4ab4 100644 --- a/packaging/dotnet-launcher.spec +++ b/packaging/dotnet-launcher.spec @@ -65,6 +65,7 @@ make %{?jobs:-j%jobs} xbuild \ /p:Configuration=%{_buildmode} \ /p:PreloadPath=%{_preload_dir} \ + /p:TizenDeviceAPIPath=%{_device_api_dir} \ Tizen.Runtime/Tizen.Runtime.csproj %install -- 2.34.1