mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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
This commit is contained in:
parent
bc7f766f5d
commit
cf8d18c0a5
10
3rdparty/mmu_man/Jamfile
vendored
10
3rdparty/mmu_man/Jamfile
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user