From cf8d18c0a5b1d9ea26df53c29a83958251656321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 12 Aug 2010 23:26:48 +0000 Subject: [PATCH] Only include themes conditionnally, in case one symlinks from the osdrawer svn working copy. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38074 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- 3rdparty/mmu_man/Jamfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/3rdparty/mmu_man/Jamfile b/3rdparty/mmu_man/Jamfile index 2e9b0b346a..a104404066 100644 --- a/3rdparty/mmu_man/Jamfile +++ b/3rdparty/mmu_man/Jamfile @@ -1,6 +1,14 @@ SubDir HAIKU_TOP 3rdparty mmu_man ; -SubInclude HAIKU_TOP 3rdparty mmu_man themes ; +# theme manager from osdrawer +# to use it symlink it here. +{ + local subDir + = [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : themes ] ; + if $(subDir) { + SubInclude HAIKU_TOP 3rdparty mmu_man themes ; + } +} # distro stuff located in my own branch, # to use it symlink it here.