Fix build configuration for Device api dependency
authorpius.lee <pius.lee@samsung.com>
Wed, 31 Aug 2016 04:31:51 +0000 (13:31 +0900)
committerpius.lee <pius.lee@samsung.com>
Wed, 31 Aug 2016 04:31:51 +0000 (13:31 +0900)
Change-Id: I2517445abaa925531cc92e8e7ec73f658b2992dc

Tizen.Runtime/Tizen.CoreFX.Ref.Targets
packaging/dotnet-launcher.spec

index 8c1d6282a3e14dbb7d43072e9c89033b87589f3d..065f96643dc8e3bfd850e141a2d9678451d840d3 100644 (file)
@@ -2,7 +2,7 @@
        
        <PropertyGroup>
                <CoreFXRefPath Condition=" '$(CoreFXRefPath)' == '' ">/opt/usr/share/tizen.net/ref</CoreFXRefPath>
-               <TizenDeviceAPIPath Condition=" '$(TizenDeviceAPIPath)' == '' ">/usr/share/assembly</TizenDeviceAPIPath>
+               <TizenDeviceAPIPath Condition=" '$(TizenDeviceAPIPath)' == '' ">/opt/usr/share/dotnet.tizen/framework</TizenDeviceAPIPath>
        </PropertyGroup>
 
        <PropertyGroup>
index 62864e8643e28a21b906c1445282e87bf95ac6d4..d6d4ab4672169a0a8ddf6c990660790e7088b035 100644 (file)
@@ -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