[tasque] [xbuild] PackageName should be overridable
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque] [xbuild] PackageName should be overridable
- Date: Thu, 18 Oct 2012 21:57:31 +0000 (UTC)
commit 0eabd4bd29c29482ba873f7307cd5f9a665324e1
Author: Antonius Riha <antoniusriha gmail com>
Date: Thu Oct 18 19:10:59 2012 +0200
[xbuild] PackageName should be overridable
build/X.Common.targets | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/X.Common.targets b/build/X.Common.targets
index 78f1490..198b5a5 100644
--- a/build/X.Common.targets
+++ b/build/X.Common.targets
@@ -59,7 +59,7 @@
<AutoInstall Condition=" '$(AltTarget)' != '' ">false</AutoInstall>
<!-- Package name defaults to solution name -->
- <PackageName>$(SolutionName)</PackageName>
+ <PackageName Condition=" '$(PackageName)' == '' " >$(SolutionName)</PackageName>
<!-- Global dirs -->
<!-- Assume AbsTopBuildDir is the dir, where the sln resides -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]