summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpius.lee <pius.lee@samsung.com>2016-08-31 13:31:51 +0900
committerpius.lee <pius.lee@samsung.com>2016-08-31 13:31:51 +0900
commit32fd9cacf2f1de2bf5b99f4eaef17cacf349b8ab (patch)
treebafe9c58e36e0d27ab62cd18e6ea6c65eedf6ff0
parentbe551ce96a416df537a6f091401451ad589c77a2 (diff)
downloadlauncher-32fd9cacf2f1de2bf5b99f4eaef17cacf349b8ab.tar.gz
launcher-32fd9cacf2f1de2bf5b99f4eaef17cacf349b8ab.tar.bz2
launcher-32fd9cacf2f1de2bf5b99f4eaef17cacf349b8ab.zip
Fix build configuration for Device api dependency
Change-Id: I2517445abaa925531cc92e8e7ec73f658b2992dc
-rw-r--r--Tizen.Runtime/Tizen.CoreFX.Ref.Targets2
-rw-r--r--packaging/dotnet-launcher.spec1
2 files changed, 2 insertions, 1 deletions
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 @@
<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>
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