Removed a Freestyle-specific function call from bf_windowmanager.
Suggested by Sergey Sharybin through a code review of the branch.
This commit is contained in:
@@ -69,10 +69,6 @@ if env['BF_BUILDINFO']:
|
||||
if env['WITH_BF_INTERNATIONAL']:
|
||||
defs.append('WITH_INTERNATIONAL')
|
||||
|
||||
if env['WITH_BF_FREESTYLE']:
|
||||
incs += ' ../freestyle'
|
||||
defs.append('WITH_FREESTYLE')
|
||||
|
||||
if env['WITH_BF_COMPOSITOR']:
|
||||
defs.append("WITH_COMPOSITOR")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user