From: pius.lee Date: Wed, 31 Aug 2016 04:31:51 +0000 (+0900) Subject: Fix build configuration for Device api dependency X-Git-Tag: submit/tizen/20161214.063015~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32fd9cacf2f1de2bf5b99f4eaef17cacf349b8ab;p=platform%2Fcore%2Fdotnet%2Flauncher.git Fix build configuration for Device api dependency Change-Id: I2517445abaa925531cc92e8e7ec73f658b2992dc --- 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